-
Bug
-
Resolution: Fixed
-
P2
-
6u12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199364 | 7 | Andy Herrick | P2 | Resolved | Fixed | b64 |
JDK-2171427 | 6u12 | Andy Herrick | P2 | Closed | Fixed | b04 |
In the jnlp file if the shortcut icon is specified as an ico file ,the file is not downloaded in the cacheviewer and the shortcut is created with the default java image.Works fine if the image type is png.
Build:6u12 b02 Promoted
OS : Windows
1.Install 6u12b01 promoted build
2.Launch http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/icons/test_ico_shortcut.jnlp
3.Click Ok on Desktop Integration Dialog to create shortcuts.
4.Application will be launched.
5.Launch javaws -viewer and see Resources Tab: 3 files are downloaded-IconApp.jar,test_ico_shortcut.jnlp.BLACK.ico
6.shortcuts created will show the image icon(BLACK.ico)
Repeat the same steps with 6u12b02 promoted build
In Step 5, resources tab in cacheviewer is showing only 2 files .BLACK.ico is not downloaded.
The shortcuts created are using the default java icon.
The same is reproducible with 6u12 b03 PIT
Build:6u12 b02 Promoted
OS : Windows
1.Install 6u12b01 promoted build
2.Launch http://nicole1.sfbay.sun.com:8080/JavawsMustangIntegTest/icons/test_ico_shortcut.jnlp
3.Click Ok on Desktop Integration Dialog to create shortcuts.
4.Application will be launched.
5.Launch javaws -viewer and see Resources Tab: 3 files are downloaded-IconApp.jar,test_ico_shortcut.jnlp.BLACK.ico
6.shortcuts created will show the image icon(BLACK.ico)
Repeat the same steps with 6u12b02 promoted build
In Step 5, resources tab in cacheviewer is showing only 2 files .BLACK.ico is not downloaded.
The shortcuts created are using the default java icon.
The same is reproducible with 6u12 b03 PIT
- backported by
-
JDK-2199364 Regression : ico files specified for shortcuts in jnlp files are not getting downloaded in 6u12b02
- Resolved
-
JDK-2171427 Regression : ico files specified for shortcuts in jnlp files are not getting downloaded in 6u12b02
- Closed