JDK-7082970 : Parameters in FX Apps should not be converted to lower case
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7-client
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-08-24
  • Updated: 2011-09-22
  • Resolved: 2011-09-06
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 7 JDK 8
7u2 b04Fixed 8Fixed
Description
see RT-15803
in awt applets, all parameter names are converted to all lower case.
in stand alone JavaFX they are case sensitifve.
They should also be case sensitive in JavaFX applications embedded in a web page.

Comments
EVALUATION Fix is to keep raw map of parameters as addition to "normalized" map and provide API to access it for those who need it,
30-08-2011

EVALUATION decided to stror parameters in mixed case and only translate names to lower case when extracting and toolkit is awttoolkit
24-08-2011