-
Bug
-
Resolution: Fixed
-
P3
-
7u2
-
b15
-
x86
-
windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225380 | 8 | Joe Wang | P3 | Closed | Fixed | b43 |
The problem is found in JAXP RI 1.4.5.
There is an error occurred if the following feature is set on DocumentBuilderFactory, SAXParserFactory.
http://apache.org/xml/features/standard-uri-conformant
The steps of using the attached test program:
1. unzip 001.zip
2. cd TP folder
3. launch go.bat
The errors below can be seen.
-----
DOM : NG Feature 'http://apache.org/xml/features/standard-uri-conformant' is not recognized.
SAX : NG Feature 'http://apache.org/xml/features/standard-uri-conformant' is not recognized.
-----
We expect the correct output as follows with the TP.
-----
DOM : OK
SAX : OK
-----
The diff for the fix is under src folder.
There is an error occurred if the following feature is set on DocumentBuilderFactory, SAXParserFactory.
http://apache.org/xml/features/standard-uri-conformant
The steps of using the attached test program:
1. unzip 001.zip
2. cd TP folder
3. launch go.bat
The errors below can be seen.
-----
DOM : NG Feature 'http://apache.org/xml/features/standard-uri-conformant' is not recognized.
SAX : NG Feature 'http://apache.org/xml/features/standard-uri-conformant' is not recognized.
-----
We expect the correct output as follows with the TP.
-----
DOM : OK
SAX : OK
-----
The diff for the fix is under src folder.
- backported by
-
JDK-2225380 One feature is not recognized.
-
- Closed
-