Closed
Bug 91847
Opened 24 years ago
Closed 24 years ago
Mozilla froze after entry of passphrase
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jbn, Assigned: James.Melvin)
References
()
Details
(Keywords: hang, Whiteboard: [jpibug])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010628
BuildID: 2001062815
(Sorry if this should be under a different component....)
Applet loads allowing the entry of a login passphrase. (This is slow but seems
to work.) Then, after keying-in the passphrase and pressing 'enter,' Mozilla
freezes.
Reproducible: Always
Steps to Reproduce:
1. Obtain a Hushmail.com account. (Better borrow someone's MSIE5.5 to do that....)
2. Close out, then go back in through Mozilla.
3. Try to login.
Actual Results: See 'description,' above.
Expected Results: I'm not a programmer. I don't know technically what should
be happening under the hood. On the screen, Mozilla should be allowing access
to the subscriber's mailbox. THere should be a screen with an in-box and
typical web-based mail options.
Keywords: hang
Updated•24 years ago
|
Severity: major → critical
Comment 1•24 years ago
|
||
->oji
Assignee: asa → edburns
Component: Browser-General → OJI
QA Contact: doronr → shrir
I get a dialog:
Error authenticating with the server - null
Error in createStrategy
java.lang.NullPointerException
at com.hush.core.client.net.RequestConnection.execute
(RequestConnection.java)
at com.hush.core.security.kms.KeyManagementServices.executeRequests
(KeyManagementServices.java)
at
com.hush.core.security.kms.KeyManagementServices.retrievePrivateKeyRecord
(KeyManagementServices.java)
at com.hush.core.security.kms.KeyManagementServices.getKeys
(KeyManagementServices.java)
at com.hush.hushmail.Hushmail.authenticate(Hushmail.java)
at java.lang.reflect.Method.invoke(Native Method)
at sun.plugin.liveconnect.PrivilegedCallMethodAction.run
(SecureInvocation.java:585)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod
(SecureInvocation.java:276)
JSException : null
java.lang.NullPointerException
at com.hush.core.client.net.RequestConnection.execute
(RequestConnection.java)
at com.hush.core.security.kms.KeyManagementServices.executeRequests
(KeyManagementServices.java)
at
com.hush.core.security.kms.KeyManagementServices.retrievePrivateKeyRecord
(KeyManagementServices.java)
at com.hush.core.security.kms.KeyManagementServices.getKeys
(KeyManagementServices.java)
at com.hush.hushmail.Hushmail.authenticate(Hushmail.java)
at java.lang.reflect.Method.invoke(Native Method)
at sun.plugin.liveconnect.PrivilegedCallMethodAction.run
(SecureInvocation.java:585)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.liveconnect.SecureInvocation.CallMethod
(SecureInvocation.java:276)
However, it does not freeze, using JDK1.3.1,Monday's TRUNK on WINNT.
bugtraq 4489905
Assignee: edburns → James.Melvin
Whiteboard: [jpibug]
Comment 5•24 years ago
|
||
SPAM: reassigning all OJI bugs to new OJI QA, pmac ( 227 bugs)
QA Contact: shrir → pmac
I did write an email to HashMail.com technical support for information, did not
get response.
It does look like a user error.
zhengyu.gu@sun.com 2001-08-29
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 8•24 years ago
|
||
Add cc
You need to log in
before you can comment on or make changes to this bug.
Description
•