-
Bug
-
Resolution: Fixed
-
P3
-
8u66, 9
-
b124
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8168219 | 8u152 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8163608 | 8u121 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8157959 | 8u112 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8160586 | 8u111 | Anton Litvinov | P3 | Resolved | Fixed | b03 |
JDK-8160579 | 8u102 | Anton Litvinov | P3 | Resolved | Fixed | b31 |
JDK-8160494 | 8u92 | Anton Litvinov | P3 | Resolved | Fixed | b34 |
JDK-8167702 | emb-8u121 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8162043 | emb-8u111 | Anton Litvinov | P3 | Resolved | Fixed | b03 |
JDK 9 b109, JDK 8u92 b14, JDK 8u66 b17
ADDITIONAL OS VERSION INFORMATION :
MS Windows 7 OS
A DESCRIPTION OF THE PROBLEM :
The desktop shortcut for Java Web Start application previously created by Java Web Start according to requirements in the application's JNLP file is not updated and refers to nonexistent JNLP file in deployment cache, after the JNLP file contents is changed on the server and the application is run the second time through the browser. As a result the application cannot be run using the desktop shortcut.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Upload JAR, JNLP files of the attached test case "ShortcutIsNotUpdatedOnJNLPChange.zip" to the same directory on an accessible web server.
2. Uninstall all JREs from the host.
3. Install JRE 9 or JRE 8 to be tested.
4. Edit JNLP file of the test case uploaded to the web server in step #1 by setting the appropriate URL value, which is URL of the directory with JAR, JNLP files of the test case on the web server, to "codebase" attribute of "jnlp" element. Save the changes in the file.
5. Open Internet Explorer (IE) browser and load JNLP file of the test case uploaded to the web server. The test Java Web Start application should run, the shortcut "ShortcutIsNotUpdatedOnJNLPChange.lnk" should be created on the desktop. Exit the test application.
6. Edit JNLP file of the test case on the web server by changing the element
"<property name="jnlp.testSessionID" value="id10"/>"
for
"<property name="jnlp.testSessionID" value="id11"/>"
Save the changes in the file.
7. Load JNLP file of the test case in IE browser again. The test Java Web Start application should run again. Exit the test application.
8. Double click on the desktop shortcut "ShortcutIsNotUpdatedOnJNLPChange.lnk". The bug is reproduced, if the test Java Web Start application cannot be run successfully after the double click on the shortcut.
- backported by
-
JDK-8157959 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8160494 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8160579 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8160586 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8162043 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8163608 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8167702 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
-
JDK-8168219 Desktop shortcut is not updated after JNLP is changed in deployment cache
- Resolved
- relates to
-
JDK-8023094 web start short cut icon disappear when launch disconnected
- Resolved
-
JDK-8189783 Java Web Start application with file extension association is removed from cache when invoked for the second time from browser
- Resolved