-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8212838 | 11.0.2 | Andy Herrick | P2 | Resolved | Fixed | master |
JDK-8194344 | 11 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8197634 | 10u-cpu | Andy Herrick | P2 | Resolved | Fixed | master |
JDK-8200861 | 10.0.2 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8194429 | 10.0.1 | Andy Herrick | P2 | Resolved | Fixed | b01 |
JDK-8201879 | 10u-open | Andy Herrick | P2 | Resolved | Fixed | master |
JDK-8188175 | 10 | Andy Herrick | P2 | Resolved | Fixed | b40 |
JDK-8195179 | 9.0.6 | Andy Herrick | P2 | Resolved | Fixed | master |
In JDK9 we added the ability to have <param> sub-elements for <application-desc> elements. For <application-desc> elements of type "Java" (default) they are meaningless, but for elements of type "JavaFX", they represent the way parameters are specified in JavaFX apps when using the new standardized jnlp format to specify JavaFX app in jnlp (see: JDK-8062186).
The bug is that while parsing a <application-desc> the code looks for params with:
> XMLUtils.visitElements(root, "<applet-desc><param>",
instead of :
< XMLUtils.visitElements(root, "<application-desc><param>",
and the result is <application-desc> elements will never see params.
- backported by
-
JDK-8188175 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8194344 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8194429 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8195179 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8197634 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8200861 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8201879 jnlp <application-desc> <param> element not corectly parsed.
- Resolved
-
JDK-8212838 jnlp <application-desc> <param> element not corectly parsed.
- Resolved