Commit Graph

25 Commits

Author SHA1 Message Date
Aleksei Efimov
5be9b5e8ec 8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
2014-07-31 11:31:57 +04:00
Joe Wang
36d328ec5f 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
Reviewed-by: lancea
2014-07-16 18:22:09 -07:00
Joe Wang
61ad72b44a 5077522: Duration.compare incorrect for some values
Reviewed-by: lancea, dfuchs
2014-06-23 10:40:20 -07:00
Aleksei Efimov
3528c99616 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
2014-03-31 19:04:39 +04:00
David Li
c50512a06d 8035577: Xerces Update: impl/xpath/regex/RangeToken.java
Reviewed-by: lancea, alanb, sherman, joehw
2014-03-20 13:41:17 -07:00
Joe Wang
23afad4969 8036004: Incorrect license header for a test class
Reviewed-by: alanb
2014-02-28 09:38:10 -08:00
Aleksei Efimov
7cef8fd674 8032909: XSLT string-length returns incorrect length when string includes complementary chars
Reviewed-by: joehw, dfuchs
2014-02-21 16:55:25 +04:00
Steffen Schreiber
384493200f 8034087: XML parser may overwrite element content if that content falls onto the border of an entity scanner buffer
Reviewed-by: alanb, joehw
2014-02-20 10:40:58 +01:00
Joe Wang
25167ae738 8033980: Xerces Update: datatype XMLGregorianCalendarImpl and DurationImpl
Reviewed-by: dfuchs, lancea, alanb
2014-02-18 10:53:18 -08:00
Joe Wang
dddabe454d 8027359: XML parser returns incorrect parsing results
Reviewed-by: lancea
2014-01-05 21:02:57 -08:00
Joe Wang
0fd79b26f0 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
Reviewed-by: dfuchs, lancea, ulfzibis
2013-12-23 14:02:27 -08:00
Patrick Zhang
fd33467c12 8027973: javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)
Reviewed-by: alanb, dfuchs, joehw
2013-11-25 16:53:30 -08:00
Joe Wang
33be168ccb 8027860: [TEST_BUG] File not closed in javax/xml/jaxp/parsers/8022548/XOMParserTest.java
Reviewed-by: alanb
2013-11-05 11:18:20 -08:00
Joe Wang
c6fff0de72 8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions
Reviewed-by: chegar
2013-10-31 13:51:58 -07:00
Joe Wang
53d9506586 8004476: XSLT Extension Functions Don't Work in WebStart
Reviewed-by: dfuchs, lancea, alanb
2013-10-24 14:13:09 -07:00
Joe Wang
70991c8052 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI
Reviewed-by: lancea
2013-10-17 11:43:44 -07:00
Joe Wang
c839f538b6 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression
Reviewed-by: lancea, alanb
2013-10-14 22:24:49 -07:00
Aleksei Efimov
2a5d8d6d8c 8024707: TransformerException : item() return null with node list of length != 1
Reviewed-by: joehw, lancea
2013-10-01 17:15:43 +04:00
Joe Wang
1848c820d0 8022548: SPECJVM2008 has errors introduced in 7u40-b34
Reviewed-by: chegar, lancea
2013-08-09 12:53:30 -07:00
Joe Wang
59d8b774a8 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
Reviewed-by: chegar, lancea, dfuchs
2013-07-25 13:20:19 -07:00
Joe Wang
593f3c74ba 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
Reviewed-by: chegar, lancea
2013-07-12 11:14:53 -07:00
Aleksej Efimov
52cfa3dc50 8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
2013-06-14 15:14:56 +04:00
Aleksej Efimov
9e29e5f3f0 8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
2013-06-06 20:43:05 +04:00
Daniel Fuchs
8d94e88c93 8013900: More warnings compiling jaxp
Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals().

Reviewed-by: chegar, joehw
2013-05-17 10:40:55 +02:00
Daniel Fuchs
b317a8b992 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
Encodings.java sometimes creates EncodingInfo objects whose java names are not recognized by the Charset API. This patch fixes that issue.

Reviewed-by: joehw, alanb
2013-05-07 11:35:49 +02:00