-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
1.4
-
sparc
-
solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2153430 | 7 | Joe Wang | P4 | Closed | Fixed | b14 |
JDK-2181811 | 6u2 | Joe Wang | P4 | Closed | Fixed | b01 |
JDK-2149885 | 5.0u14 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
According to the Javadoc for SAXSource, the Transformer and the SAXTransformerFactory creates a reader via XMLReaderFactory, which in turn uses the value of the property 'org.xml.sax.driver'. Due to caching on thread locals, the transformer API sometimes ignores the value of this property and uses an instance of XMLReader of a different type.
Unit test added to JAXP RI workspace.
Unit test added to JAXP RI workspace.
- backported by
-
JDK-2149885 The transformer API sometimes ignores the property org.xml.sax.driver
-
- Resolved
-
-
JDK-2153430 The transformer API sometimes ignores the property org.xml.sax.driver
-
- Closed
-
-
JDK-2181811 The transformer API sometimes ignores the property org.xml.sax.driver
-
- Closed
-