JDK-8152527 : Relative rewriteSystem with xml:base at group level failed
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-03-23
  • Updated: 2016-07-16
  • Resolved: 2016-04-14
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.

To download the current JDK release, click here.
JDK 9
9 b115Fixed
Related Reports
Relates :  
Description
This is the relevant entry in the catalog file:
    <group xml:base="http://www.groupxmlbase.com/">
        <rewriteSystem systemIdStartString="http://www.sys00test.com" rewritePrefix="dtds"/>
    </group>
This is the sysId I am looking for  http://www.sys00test.com/rewrite.dtd, expecting to get resolved to http://www.groupxmlbase.com/dtds/rewrite.dtd but I get a null InputSource.
Comments
Testsuite - jck-runtime9/b34 jdk - 9b113 os - solaris 12 http://scaab056.us.oracle.com:9501/runs/01423/1423071.ute.st2/1423071.ute.st2-4-20160414154623794/results/workDir/api/javax_xml/catalog/CatalogResolver/index_ResolveEntityTests.jtr RULE "api/javax_xml/catalog/CatalogResolver/index_ResolveEntityTests" TestCase [testMatch1] test cases: 20; passed: 18; failed: 2
19-04-2016

Attaching the .jtr files pertinent to the test failure.
23-03-2016

These are the test URLs that fails: api/javax_xml/catalog/CatalogResolver/index.html#ResolveEntityTests api/javax_xml/catalog/CatalogUriResolver/index.html#ResolveTests
23-03-2016