JDK-8168968 : Two jaxp tests failing after JDK-8167646
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-11-01
  • Updated: 2017-03-02
  • Resolved: 2016-11-02
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 b143Fixed
Related Reports
Relates :  
Description
Two jaxp tests failed:

javax/xml/jaxp/functional/javax/xml/parsers/ptests/SAXParserTest.java
javax/xml/jaxp/unittest/catalog/CatalogTest.java

The reason is that FilePermissions on invalid paths (For example: C:\x:x on Windows) are labeled invalid now, and an invalid FilePermission does not imply another invalid FilePermission even if they are created on the same (invalid) path.
Comments
http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/ce81d03ad732
02-11-2016

I'm keeping this bug in security-libs at the moment. If the test are to be updated I will recategorize.
01-11-2016