-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
03
-
x86
-
windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039036 | 1.4.0 | Stanley Ho | P4 | Resolved | Fixed | beta |
JDK-2039035 | 1.3.1 | Stanley Ho | P4 | Resolved | Fixed | rc1 |
Name: yyT116575 Date: 12/04/2000
Java(TM) Plug-in: Version 1.3.0-C
Using JRE version 1.2.2 Classic VM
When an applet (using Java Plugin) creates an http socket connection to an URL
that requires a user name and password (standard HTTP reply of 401 Authorization
required) and the Socket is allowed to interactively ask for credentials, the
prompt is provided once. However, if the user accidentally enters an invalid
user name / password combination, the socket connection fails and so do all
subsequent attempts. The prompt is not displayed again until the plugin (and
browser) is shut down and restarted. The plugin should
a) allow the user to retry the password until it is accepted, or
b) return an exception to the applet, but redisplay the prompt on the next
attempt and not cache the invalid credentials and automatically reuse them.
(Review ID: 113231)
======================================================================
- backported by
-
JDK-2039035 Applet socket connections accept invalid password
- Resolved
-
JDK-2039036 Applet socket connections accept invalid password
- Resolved
- relates to
-
JDK-4662246 REGRESSION: plugin 14x client authentication dialog returns NullPointerException
- Resolved