Closed
Bug 345158
Opened 19 years ago
Closed 17 years ago
Java plug in access to browser certificates fails for Firefox
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: florian.bruckner, Assigned: glenbeasley)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Java plug in currently fails to access the certificates in the browser keystore in Firefox. This happens with JSS 4.2 as well as with 3.4.1 (used before).
A message in the console indicates, that the user profile cannot be resolved for Firefox:
network: Benutzerdefinierte Proxy-Konfiguration wird geladen ...
network: Fertig.
network: Proxy-Konfiguration wird aus Netscape Navigator geladen ...
network: Fehler beim Lesen der Registrierungsdatei: C:\Documents and Settings\Administrator\Application Data\Mozilla\registry.dat
network: Fertig.
network: Browser-Proxy-Konfiguration wird geladen ...
network: Fertig.
network: Proxy-Konfiguration: Proxy-Konfiguration des Browsers
The message basically says that registry.dat (where the path to the user profile is stored) cannot be read, because it does not exist on Firefox.
When a recent version of Mozilla is installed on the machine AND the required certificates are installed in a user profile with the same name as the one used in Firefox, Java has access to the certificate. The messages in the java console indicate that registry.dat is read regardless of which browser (Mozilla or Firefox) is used.
Reproducible: Always
Steps to Reproduce:
1. You will need a web site that requires client certificates
2. A page on the web site contains java applets and communicates back to the server
3. you have the necessary certificates to access the web site in the Firefox keystore
4. The applet loads, but fails to load any additional resources or connect back to the server
Actual Results:
A message window pops up with now valid certificate available to select for the communication
Expected Results:
Either a message window with a list of certificates valid for the web site, or no message window at all if only a single valid certificate has been found in the browser keystore
Access the correct user profile in order to gain access to the browser keystore.
| Assignee | ||
Comment 1•18 years ago
|
||
Please attach a test program.
Updated•18 years ago
|
QA Contact: libraries
Updated•18 years ago
|
QA Contact: libraries → jss-qa
| Assignee | ||
Comment 2•17 years ago
|
||
no test program was ever attached. closing as incomplete.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•