Closed
Bug 50312
Opened 25 years ago
Closed 25 years ago
cannot import p12 certificate files
Categories
(Core :: XUL, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Bill.Burns, Assigned: mikepinkerton)
References
Details
Attachments
(1 file)
2.20 KB,
application/zip
|
Details |
I have a bunch of .p12 files of certificates exported from previous builds of
COmmunicator. I'd like to import those certs into N6, but the file dialog box I
get after pressing the "restore" button doesn't show any files in the
directory. And I know they're in there.
How do you import older certificates into PSM/Mac?
Comment 1•25 years ago
|
||
Nominating for nsbeta3.
Comment 2•25 years ago
|
||
Who's the owner of file picker for the Mac? This works on all the other
platforms, so my hunch is there's been a regression in the file picker code for
the Mac.
Comment 3•25 years ago
|
||
pinkerton:
Who else should be included on this bug?
Assignee | ||
Comment 4•25 years ago
|
||
cc'ing simon.
my guess is that it's a regression as well, as I just added file filtering code.
I'll take this bug, but I need to know how to repro it and where the code is.
Assignee: javi → pinkerton
Status: UNCONFIRMED → NEW
Component: Client Library → XP Toolkit/Widgets
Ever confirmed: true
Product: PSM → Browser
Version: 1.2 → other
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
To reproduce dowload the attached file and unzip it somewhere on your Mac.
With the Commercial build, click on the security icon. When Security Advisor
comes up, click on the "Certificates" tab at the top. Click on the
"Restore" button. This will eventually bring up the file picker dialog.
Set a breakpoint at nsPSMUIHandlerImpl::PromptForFile
(http://lxr.mozilla.org/seamonkey/source/extensions/psm-glue/src/nsPSMUICallback
s.cpp#137)
That's where we invoke the file picker.
Assignee | ||
Comment 7•25 years ago
|
||
thanks. I also need to know the location of the code that calls the file picker
that is failing.
Assignee | ||
Comment 8•25 years ago
|
||
I checked in a fix for this, but didn't test the exact case reported here (I just
tried the new extension filtering code in other dialogs and it appears to work
dandy).
Try this on Monday's builds and see if it works. If not, please reopen and I'll
build commercial and try it out.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
I cannot verify this until the Security Manager can be opened.
Depends on: 52794
Comment 11•25 years ago
|
||
Verified fixed with the 10/29 MN6 build.
Status: RESOLVED → VERIFIED
OS: All
You need to log in
before you can comment on or make changes to this bug.
Description
•