JDK-6688543 : Mixed case applet parameter names handled incorrectly for JNLP-launched applets
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-04-15
  • Updated: 2011-05-13
  • 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
6u10 b23Fixed
Description
If a mixed-case applet parameter name is specified in the JNLP file for a JNLP-launched applet, it is handled incorrectly (the name is not converted to lower case as for old-style applets) and the lookup from within the applet fails.

Comments
EVALUATION Added needed toLowerCase() during merging of the names of applet parameters specified via the JNLP file.
16-04-2008

SUGGESTED FIX webrev: http://sa.sfbay.sun.com/projects/deployment_data/6u10/6688543.0 testcase: http://j2se.east.sun.com/deployment/www/tests/1.6.0_10/6688543/
16-04-2008