-
Bug
-
Resolution: Fixed
-
P3
-
6u18
-
b05
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198854 | 7 | Andy Herrick | P3 | Resolved | Fixed | b104 |
JNLP application resources without known URL are stored in JNLP Cache using main jar plus "jnlp" suffix, i.e. something like hello.jarjnlp. The resource matching in DownloadService2Impl matches for ".jnlp" for APPLICATION types. JNLP files stored like ".jarjnlp" will slip through. However, those JNLP files need to be returned too for APPLICATION queries.
- backported by
-
JDK-2198854 DownloadService2 does not correctly match APPLICATION spec
- Resolved