-
Enhancement
-
Resolution: Fixed
-
P2
-
9
-
b134
Consolidating the CatalogResolver and CatalogUriResolver into on CatalogResolver to support the following JDK XML Resolver interfaces:
javax.xml.stream.XMLResolver
javax.xml.transform.URIResolver
org.w3c.dom.ls.LSResourceResolver
org.xml.sax.EntityResolver
To be consistent with the resolver interfaces, the CatalogResolver will make no distinction between system identifiers and URIs and it will resolve both system and uri entries.
javax.xml.stream.XMLResolver
javax.xml.transform.URIResolver
org.w3c.dom.ls.LSResourceResolver
org.xml.sax.EntityResolver
To be consistent with the resolver interfaces, the CatalogResolver will make no distinction between system identifiers and URIs and it will resolve both system and uri entries.
- relates to
-
JDK-8081248 Implement JEP 268: XML Catalog API
- Resolved
-
JDK-8161538 Relative rewriteSystem xml:base at group level failed with CatalogUriResolver.
- Closed
-
JDK-8162431 CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
- Closed