JDK-8161538 : Relative rewriteSystem xml:base at group level failed with CatalogUriResolver.
Type:Bug
Component:xml
Sub-Component:jaxp
Affected Version:9
Priority:P2
Status:Closed
Resolution:Fixed
Submitted:2016-07-16
Updated:2017-05-10
Resolved:2016-08-26
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Failing test URL: api/javax_xml/catalog/CatalogUriResolver/index.html#ResolveTests[testMatch1]
Attaching the jtr file index_ResolveTests_1.jtr.
Comments
Fixed by JDK-8163232. The test passed after replacing "CatalogUriResolver" with "CatalogResolver".
26-08-2016
This issue will be resolved by JDK-8163232.
18-08-2016
I'm working on JDK-8163232 to consolidate resolvers to CatalogResolver. CatalogUriResolver will be removed once JDK-8163232 is approved. This issue will be fixed and then the test will need to replace CatalogUriResolver with CatalogResolver.