Changeset: 3558d0eaa379 Author: joehw Date: 2012-07-13 09:46 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/3558d0eaa379
7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException Summary: removing the hack of using escapeNonUSAscii. DocumentBuilder.parse(String uri) will accept only valid URL as defined by java.net.URL. Reviewed-by: psandoz, lancea ! src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
