Details
-
Bug
-
Resolution: Fixed
-
P3
-
8u20
-
b08
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8060644 | 8u40 | Yao Wang | P3 | Resolved | Fixed | b11 |
JDK-8043445 | 8u25 | Yao Wang | P3 | Closed | Fixed | b01 |
JDK-8038071 | 8u20 | Andy Herrick | P3 | Resolved | Fixed | b09 |
JDK-8052946 | emb-8u26 | Andy Herrick | P3 | Resolved | Fixed | b17 |
JDK-8060543 | 7u80 | Yao Wang | P3 | Resolved | Fixed | b03 |
JDK-8060279 | 7u76 | Yao Wang | P3 | Resolved | Fixed | b04 |
JDK-8047543 | 7u72 | Yao Wang | P3 | Resolved | Fixed | b01 |
JDK-8043447 | 7u71 | Yao Wang | P3 | Closed | Fixed | b01 |
Description
1.) several tests get NPE in LaunchDesc.getSource().
It is required that _xmlnode be non-null, but several unit test create LaunchDesc with null XmlNode, and this is now called from LaunchDesc.getAppInfo() (getSource was not called from getAppInfo till RDF feature)
2.) several tests assume all no-href jnlp files will be cached as ".jarjnlp". This assumption is no longer valid, as in some cases, LaunchDesc.getCanonicalHome() will return the original url used to launch an applet.
Attachments
Issue Links
- backported by
-
JDK-8038071 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8047543 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8052946 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8060279 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8060543 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8060644 Unit Test Failures due to RDF and other 8u5 changes.
- Resolved
-
JDK-8043445 Unit Test Failures due to RDF and other 8u5 changes.
- Closed
-
JDK-8043447 Unit Test Failures due to RDF and other 8u5 changes.
- Closed