-
Bug
-
Resolution: Fixed
-
P2
-
5.0u15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199269 | 7 | Dennis Gu | P2 | Resolved | Fixed | b64 |
JDK-2168065 | 6u12 | Dennis Gu | P2 | Closed | Fixed | b02 |
JDK-2176471 | 5.0u19 | Mala Bankal | P3 | Resolved | Fixed | b02 |
Java Web Start is not recognizing the properties which contains % character.
The customer seeing this issue with particular versions of Java Web Start like
1.5.0_15 and 1.6.0_06 .
This issue didn't happen with previous versions 1.5.0_06,1.5.0_07,1.5.0_11,
1.5.0_14, 1.6.0_02, 1.6.0.03, 1.6.0_04
For Example,.
<property name='user' value='chandra%'/>
<property name='version' value='1.1'</property>
<property name='sessionId' value='afg4l5n55%bn3'/>
<property name='cookie' value='abcdefghijk'/>
The properties with % character are not getting loaded
If they download the jnlp file, the property is there, If they choose to view
jnlp file in "javaws -viewer" it's not there.
The customer is not using URL encoding as the specification mentions % symbol requires special encoding.
http://java.sun.com/products/javawebstart/jnlp-spec-log.html
Customer's version :
We tested this on Windows.Issue is not on the server side but on client side.
We tried launching from IE as well as Mozilla Firefox
Yes, this issue didn't happen with versions 1.5.0_06,1.5.0_07,1.5.0_11,
1.5.0_14, 1.6.0_02, 1.6.0.03, 1.6.0_04
Yes this issue is happening after installing the newer version i.e
1.5.0_15 or 1.6.0_06
Since I have multiple JREs, I am launching with the corresponding versions.
For Ex, with command line, the way I launch the javaws -viewer is as follows
C:\> "C:\program files\java\jre1,5,0_07\bin\javaws" -viewer
With browser also, I am selecting the javaws corresponding to the version which I want to test.
I opened a thread even in the forum and saw one more person is having the same issue
http://forum.java.sun.com/thread.jspa?threadID=5288639
This issue is happening for me whenever we have % character.
The customer seeing this issue with particular versions of Java Web Start like
1.5.0_15 and 1.6.0_06 .
This issue didn't happen with previous versions 1.5.0_06,1.5.0_07,1.5.0_11,
1.5.0_14, 1.6.0_02, 1.6.0.03, 1.6.0_04
For Example,.
<property name='user' value='chandra%'/>
<property name='version' value='1.1'</property>
<property name='sessionId' value='afg4l5n55%bn3'/>
<property name='cookie' value='abcdefghijk'/>
The properties with % character are not getting loaded
If they download the jnlp file, the property is there, If they choose to view
jnlp file in "javaws -viewer" it's not there.
The customer is not using URL encoding as the specification mentions % symbol requires special encoding.
http://java.sun.com/products/javawebstart/jnlp-spec-log.html
Customer's version :
We tested this on Windows.Issue is not on the server side but on client side.
We tried launching from IE as well as Mozilla Firefox
Yes, this issue didn't happen with versions 1.5.0_06,1.5.0_07,1.5.0_11,
1.5.0_14, 1.6.0_02, 1.6.0.03, 1.6.0_04
Yes this issue is happening after installing the newer version i.e
1.5.0_15 or 1.6.0_06
Since I have multiple JREs, I am launching with the corresponding versions.
For Ex, with command line, the way I launch the javaws -viewer is as follows
C:\> "C:\program files\java\jre1,5,0_07\bin\javaws" -viewer
With browser also, I am selecting the javaws corresponding to the version which I want to test.
I opened a thread even in the forum and saw one more person is having the same issue
http://forum.java.sun.com/thread.jspa?threadID=5288639
This issue is happening for me whenever we have % character.
- backported by
-
JDK-2199269 javaws not recognizing properties which contains % character
-
- Resolved
-
-
JDK-2176471 javaws not recognizing properties which contains % character
-
- Resolved
-
-
JDK-2168065 javaws not recognizing properties which contains % character
-
- Closed
-
the fix to 6623233 is in 6u10, and may be overly agressive.
We need to evaluate the impact of allowing % characters in property values.