RFR (JDK 12/java.xml) 8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3 generate incorrect messages upon failure

Joe Wang huizhe.wang at oracle.com
Mon Nov 19 21:04:34 UTC 2018


Hi,

Please review a test patch below. The main change is removing the 
references to openjdk.java.net. Since the Catalog feature sits above the 
default resolution of external resources, there is no need for the tests 
to depend on a real/live domain to test the feature that 
enables/disables Catalog. The accessExternalDTD property is handy for 
verifying the situation when Catalog feature is disabled (test 
CatalogSupport2 and 3) since when Catalog is enabled, all access will be 
local (file).

Once this change is resolved, I'll close JDK-8210720 as there's no more 
dependency on openjdk.java.net.

JBS: https://bugs.openjdk.java.net/browse/JDK-8210722
webrev: http://cr.openjdk.java.net/~joehw/jdk12/8210722/webrev/


[1] https://bugs.openjdk.java.net/browse/JDK-8210720

Thanks,
Joe



More information about the core-libs-dev mailing list