JDK-6509774 : SJSXP issue 9: Can't parse document with doctype declaration without retrieving DTD
  • Type: Bug
  • Component: xml
  • Sub-Component: javax.xml.stream
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2007-01-04
  • Updated: 2012-04-25
  • Resolved: 2007-01-09
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.
Other JDK 6
1.4.0 1.4Fixed 6u4Fixed
Related Reports
Relates :  
Description
I have set XMLInputFactory.SUPPORT_DTD to FALSE, an error is reported when parsing a document with a DTD. The expected behavior is for the DTD to be ignored, not for the parsing process to abort. 

The original bug was reported at Java.net:

https://sjsxp.dev.java.net/issues/show_bug.cgi?id=9

Comments
EVALUATION This is related to SJSXP issue #9. Porting patch from Java.net SJSXP project.
09-01-2007