-
Bug
-
Resolution: Fixed
-
P3
-
6u32
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2226685 | 8 | Joe Wang | P3 | Closed | Fixed | b47 |
JDK-8017787 | 7u45 | Joe Wang | P3 | Closed | Fixed | b01 |
JDK-8000279 | 6u38 | Robert Mckenna | P3 | Closed | Fixed | b01 |
JDK-8000735 | 6u37 | Robert Mckenna | P3 | Resolved | Fixed | b31 |
JDK-2229049 | 6u35 | Robert Mckenna | P2 | Resolved | Fixed | b31 |
It throws a java.net.MalformedURLException: For input string: ":la03:73ff:fead:f7b0%5D"
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:186)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:772)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:180)
- backported by
-
JDK-8000279 DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
- Closed
-
JDK-2229049 DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
- Resolved
-
JDK-8000735 DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
- Resolved
-
JDK-2226685 DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
- Closed
-
JDK-8017787 DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
- Closed
- relates to
-
JDK-6435319 MalformedURLException when SYSTEMID value is korean character relative url.
- Resolved
-
JDK-7183760 DocumentBuilder.parse(String uri) is not IPv6 enabled
- Closed