Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8017797 | 7u45 | Joe Wang | P3 | Closed | Fixed | b01 |
JDK-8016176 | 7u40 | Joe Wang | P3 | Closed | Fixed | b30 |
Description
When external access is rejected by the newly introduced properties in JAXP 1.5, an error is reported back that looks like the following:
[Fatal Error] somefile.xml:11:50: External DTD: Failed to read external DTD 'somefile.dtd', because 'file' access is not allowed.
This error message can be confused with a security manager issue, making it hard for users to identify the real issue.
[Fatal Error] somefile.xml:11:50: External DTD: Failed to read external DTD 'somefile.dtd', because 'file' access is not allowed.
This error message can be confused with a security manager issue, making it hard for users to identify the real issue.
Attachments
Issue Links
- backported by
-
JDK-8016176 Improve JAXP 1.5 error message
-
- Closed
-
-
JDK-8017797 Improve JAXP 1.5 error message
-
- Closed
-