-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198865 | 7 | Andy Herrick | P3 | Resolved | Fixed | b104 |
Both Java Web Start and Java Plugin have code to compare the requires jnlp specification version with the ones they support.
In Java Web Start, this is in Launcher.java, and allows specifications that include:
1.0, 1.5, 6.0, 6.0.10, and 6.0.18.
In Java Plugin, there is the same method, JNLP2Manager.isValidSpecificationVersion, but it only claims to support 1.0, 1.5, and 6.0.
needs to be made up to date with latest JNLP spec versions as they come out
In Java Web Start, this is in Launcher.java, and allows specifications that include:
1.0, 1.5, 6.0, 6.0.10, and 6.0.18.
In Java Plugin, there is the same method, JNLP2Manager.isValidSpecificationVersion, but it only claims to support 1.0, 1.5, and 6.0.
needs to be made up to date with latest JNLP spec versions as they come out
- backported by
-
JDK-2198865 plugin applets fail when spec version "6.0.10" given
-
- Resolved
-