Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208852 | 8u201 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8201535 | 8u192 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8216658 | emb-8u201 | Dmitry Markov | P3 | Resolved | Fixed | master |
Both BasicService.showDocument, and AppletContext.showDocument should be able to take any of the following URLS and launch the webstart app
jnlp:http://example.com/example.jnlp
jnlp://example.com/example.jnlp
jnlp:https://example.com/example.jnlp
jnlps://example.com/example.jnlp
none of these will work for various reasons, the first of which is that any of the following URLS passes to "new URL()" will result in a MalformedURLException.
see: https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=24905618
jnlp:http://example.com/example.jnlp
jnlp://example.com/example.jnlp
jnlp:https://example.com/example.jnlp
jnlps://example.com/example.jnlp
none of these will work for various reasons, the first of which is that any of the following URLS passes to "new URL()" will result in a MalformedURLException.
see: https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=24905618
- backported by
-
JDK-8201535 ShowDocument fails with URL using jnlp or jnlps protocol
-
- Resolved
-
-
JDK-8208852 ShowDocument fails with URL using jnlp or jnlps protocol
-
- Resolved
-
-
JDK-8216658 ShowDocument fails with URL using jnlp or jnlps protocol
-
- Resolved
-