Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208853 | 8u201 | Dmitry Markov | P4 | Resolved | Fixed | b01 |
JDK-8216659 | emb-8u201 | Dmitry Markov | P4 | Resolved | Fixed | master |
This issue is a follow up of the following bug JDK-8200724.
Brief description of the problem reported byJDK-8200724:
During initialisation of JNLP2Manager deploy code is unable to download the JNLP file due to unsuccessful SSL connection. As a result getLaunchDesc() returns null. So the app fails with NPE when it tries to retrieve app info.
It would be good to handle this situation more properly from the deploy side, (i.e. avoid NPE and throw an appropriate exception with clear reason of failure instead).
Brief description of the problem reported by
During initialisation of JNLP2Manager deploy code is unable to download the JNLP file due to unsuccessful SSL connection. As a result getLaunchDesc() returns null. So the app fails with NPE when it tries to retrieve app info.
It would be good to handle this situation more properly from the deploy side, (i.e. avoid NPE and throw an appropriate exception with clear reason of failure instead).
- backported by
-
JDK-8208853 Better error handling during JNLP2Manager initialisation
-
- Resolved
-
-
JDK-8216659 Better error handling during JNLP2Manager initialisation
-
- Resolved
-
- relates to
-
JDK-8200724 Applet doesn't launch with SSL 2.0 enabled: javax.net.ssl.SSLHandshakeException
-
- Closed
-