JDK-7075699 : allow javafx2 param name using mixed case
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7-client
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2011-08-05
  • Updated: 2013-09-12
  • Resolved: 2011-08-17
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 b03Fixed 8Fixed
Description
allow javafx2 param name using mixed case and upper case

e.g

 <jfx:javafx-desc  width="100" height="100" main-class="deploy.sqe.GetParamTest"  name="GetParamTest">
  <param name=testnamedMixCase value="Mixed Case test"/>
  <param name=testnamedlowercase value="lower case test"/>
  <param name=TESTNAMEDUPPERCASE value="UPPER CASE TEST"/>
  <param name=test_named value="special_char test"/>
  </jfx:javafx-desc>

Comments
EVALUATION allow javafx2 param name using mixed case
05-08-2011