Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214442 | 7u2 | Unassigned | P3 | Closed | Won't Fix |
DownloadService2 APIs should discard extra File Separator in url pattern.
What i meant here is when Constructing the URLPattern could be programatic task where in we may end up in adding extra File separators (/) . When checking for the resources we should discard these extra file separators or should have integellent equalsIgnoreFileSperators kind of equals check.
Here is the testcase:
http://jdeploy01.india.sun.com:8080/JavawsMustangIntegTest/downloadService2/getCachedResource_ExtraFS.jnlp
.
What i meant here is when Constructing the URLPattern could be programatic task where in we may end up in adding extra File separators (/) . When checking for the resources we should discard these extra file separators or should have integellent equalsIgnoreFileSperators kind of equals check.
Here is the testcase:
http://jdeploy01.india.sun.com:8080/JavawsMustangIntegTest/downloadService2/getCachedResource_ExtraFS.jnlp
.
- backported by
-
JDK-2214442 DownloadService2 APIs should discard extra File Separator in url pattern.
-
- Closed
-
- relates to
-
JDK-8075605 JNLP Specification update for JDK9
-
- Resolved
-