History log of /openjdk10/jaxp/test/javax/xml/jaxp/unittest/catalog/CatalogTest.java
Revision Date Author Comments
# 1110:92a38c75cd27 23-Mar-2017 joehw

8176405: Catalog circular reference check did not work in certain scenarios
Reviewed-by: rriggs, lancea


# 1060:8c9a2a24752b 11-Jan-2017 joehw

8171243: CatalogManager.catalogResolver throws FileSystemNotFoundException with jar
Reviewed-by: rriggs, dfuchs, lancea, alanb


# 1021:ce81d03ad732 02-Nov-2016 fyuan

8168968: Two jaxp tests failing after JDK-8167646
Reviewed-by: joehw, weijun


# 991:4561cb852f38 31-Aug-2016 joehw

8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
Reviewed-by: lancea


# 988:1c6c21d87aa4 26-Aug-2016 joehw

8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers
Reviewed-by: dfuchs, lancea


# 968:874082a9b565 07-Aug-2016 fyuan

8067170: Enable security manager on JAXP unit tests and make some improvement
8130494: [TESTBUG] 2 jaxp test cases are failing
8160216: jaxp/test/javax/xml/jaxp/unittest/validation/Bug6457662.java should clean up better
Reviewed-by: joehw, dfuchs, amlu
Contributed-by: Frank Yuan <frank.yuan@oracle.com>


# 936:f8899b1884e2 03-Jun-2016 joehw

8150187: NPE expected if the system identifier is null for CatalogResolver
Reviewed-by: rriggs, lancea


# 925:7b69a75155a2 17-May-2016 joehw

8156845: Uri is getting incorrectly unwrapped
Reviewed-by: lancea


# 908:af1875980cbf 28-Apr-2016 joehw

8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
Reviewed-by: lancea


# 902:1902a5bda18e 14-Apr-2016 joehw

8152527: Relative rewriteSystem with xml:base at group level failed
Reviewed-by: lancea


# 900:8be5606f3ea3 12-Apr-2016 joehw

8151162: Public entries not searched when prefer='system'
Reviewed-by: lancea


# 897:bfd3029fa3dd 06-Apr-2016 joehw

8150969: DEFER from Features API is taking precedence over defer preference in catalog file
Reviewed-by: lancea


# 892:36326537f929 24-Mar-2016 joehw

8151154: IllegalArgumentException not thrown when wrong syntax value is set for javax.xml.catalog.files
Reviewed-by: lancea


# 879:4786b4c1ba69 17-Feb-2016 joehw

8146237: PREFER from Features API taking precedence over catalog file
Reviewed-by: lancea


# 863:56972d2827cb 13-Jan-2016 joehw

8146606: Catalog.matchSystem() appends an extra '/' to the matched result
Reviewed-by: lancea


# 862:b34427de0b08 12-Jan-2016 joehw

8144966: Catalog API: Null handling and reference to Reader
Reviewed-by: mchung, rriggs


# 808:d6dcb5df3d6d 29-Oct-2015 joehw

8081248: Implement JEP 268: XML Catalog API
Reviewed-by: lancea, dfuchs