JDK-6648168 : Wrong authentication scheme text string in authentication dialog box
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp
  • CPU: x86
  • Submitted: 2008-01-08
  • Updated: 2010-09-17
  • Resolved: 2008-05-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u10 b11Fixed 7Fixed
Description
There are several authentication schemes we supported in Java plugin, such as Basic Authentication, Integrated Windows Authentications and Digest Authentiation. The Java plugin will popup a authentiation dialog box for user to enter credential information.

Currently, the text string in those authentication dialog boxes all display as:
"Authentication scheme: Integrated Windows"

Which is confuse to user, we should display the correct authentication scheme name in the authentication dialog box.

Comments
EVALUATION We will display the correct authentication scheme in authentication dialog box, the testcase for different authentication mechanism are under: http://129.148.174.124
08-01-2008