Commit Graph

95 Commits

Author SHA1 Message Date
Weijun Wang dcf88b35f3 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
2018-10-05 11:46:27 +01:00
Sean Coffey e0424b196f 8206911: javax/xml/crypto/dsig/GenerationTests.java fails in 8u-dev
Reviewed-by: mullan
2018-08-22 17:28:09 +01:00
Ivan Gerasimov 05ba62b974 8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
2018-06-11 16:36:47 -07:00
Aleksei Efimov 85c0778af0 8196491: Newlines in JAXB string values of SOAP-requests are escaped to "
"
Reviewed-by: lancea, rgrigoriadi
2018-04-23 13:27:36 +01:00
Aleksei Efimov 645b3bba2a 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
Reviewed-by: lancea
2017-12-02 14:28:42 +00:00
Aleksei Efimov 50e8a7c3b8 8159240: XSOM parser incorrectly processes type names with whitespaces
Reviewed-by: coffeys
2017-10-02 14:20:37 +01:00
Aleksei Efimov b33ac921f1 8172297: In java 8, the marshalling with JAX-WS does not escape carriage return
Reviewed-by: lancea
2017-06-18 23:19:37 +01:00
Rob McKenna c36ecdcd51 Merge 2017-01-20 16:23:28 +00:00
Abhijit Saha 8a22711985 Merge 2017-01-17 08:10:57 -08:00
Aleksei Efimov 8d0204a772 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
Reviewed-by: coffeys
2016-12-20 14:08:20 +03:00
Christoph Langer 6e47846392 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
Reviewed-by: joehw
2016-12-15 09:03:36 +01:00
Rob McKenna 63a38f6805 8151893: Add security property to configure XML Signature secure validation mode
Reviewed-by: mullan
2016-10-08 15:23:42 +01:00
Aleksei Efimov 70a2f414b1 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
Reviewed-by: joehw
2016-05-13 18:39:58 +03:00
Artem Kosarev 60d18f433d 8074784: Additional tests for XML DSig API
Reviewed-by: mullan
2016-05-13 17:41:00 +03:00
Christoph Langer 32c3624715 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place
Reviewed-by: joehw
2016-04-29 12:23:52 +02:00
Artem Smotrakov 12817670e2 8079138: Additional negative tests for XML signature processing
Reviewed-by: mullan
2015-05-18 17:34:48 +03:00
Aleksei Efimov dcc4d613f7 8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
Reviewed-by: lancea
2016-04-01 19:03:53 +03:00
Aleksei Efimov 331a9ef3c4 8073872: Schemagen fails with StackOverflowError if element references containing class
Reviewed-by: lancea
2016-03-29 13:19:11 +03:00
Aleksei Efimov c22bc64faf 8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
Reviewed-by: joehw
2016-03-28 16:39:36 +03:00
Aleksei Efimov 4a3346d829 8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
Reviewed-by: lancea
2016-03-24 01:20:58 +03:00
Aleksei Efimov 6db1472be1 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
Reviewed-by: joehw
2016-02-29 15:59:02 +03:00
Aleksei Efimov aac2ea8b41 8072081: Supplementary characters are rejected in comments
Reviewed-by: lancea
2016-02-05 14:57:25 +03:00
Aleksei Efimov c811b5ea25 8144593: Suppress not recognized property/feature warning messages from SAXParser
Reviewed-by: joehw
2016-02-05 14:40:44 +03:00
Sean Mullan 75f98217c9 8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
Reviewed-by: xuelei
2014-05-02 10:01:46 -04:00
Sean Mullan f4bc646b3d 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Aleksei Efimov f370a5aa74 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
Reviewed-by: joehw, coffeys
2015-12-05 13:24:41 +03:00
Rob McKenna c4b37e7788 Merge 2015-10-22 22:48:13 +01:00
Aleksei Efimov 3758362752 8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
2015-10-16 19:05:49 +03:00
Abhijit Saha e7acc08df8 Merge 2015-07-09 23:01:00 -07:00
Aleksei Efimov 606f4f5b01 8076139: [TEST_BUG] test/javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
Reviewed-by: igerasim
2015-06-30 16:22:02 +03:00
Abhijit Saha af24c988a9 Merge 2015-06-17 23:27:07 -07:00
Abhijit Saha 57e9d8ce82 Merge 2015-06-04 15:21:53 -07:00
Aleksei Efimov dd781cae37 7156085: ArrayIndexOutOfBoundsException throws in UTF8Reader of SAXParser
Improve support for supplementary characters

Reviewed-by: joehw
2015-06-10 16:47:52 +03:00
Aleksei Efimov a65b1732fe 8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
Reviewed-by: dfuchs, lancea, hawtin
2015-05-15 11:24:41 +03:00
Aleksei Efimov 9734354c7c 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
Reviewed-by: joehw
2015-05-11 12:50:42 +03:00
Aleksei Efimov 8ef4d867b0 8074297: substring in XSLT returns wrong character if string contains supplementary chars
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297

Reviewed-by: joehw
2015-04-10 01:11:19 +03:00
Aleksei Efimov a13602b227 8073385: Bad error message on parsing illegal character in XML attribute
Reviewed-by: joehw
2015-04-09 16:24:51 +03:00
Aleksei Efimov e369991791 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
Reviewed-by: joehw, lancea
2015-04-23 22:16:13 +03:00
Aleksei Efimov 6ebe80e86d 8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
Reviewed-by: joehw, lancea
2015-04-23 22:16:13 +03:00
Aleksei Efimov 8257ab8c01 8062923: XSL: Run-time internal error in 'substring()'
8062924: XSL: wrong answer from substring() function

Reviewed-by: joehw
2015-01-26 22:45:35 +03:00
Aleksei Efimov 359af721c7 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
Reviewed-by: joehw, mkos
2015-01-26 22:37:53 +03:00
Aleksei Efimov 4bbd3bec85 8059327: XML parser returns corrupt attribute value
Reviewed-by: lancea
2014-11-12 13:02:00 +03:00
Aleksei Efimov 4d3f1a5a91 8081392: getNodeValue should return 'null' value for Element nodes
Reviewed-by: joehw
2015-05-31 18:55:35 +03:00
Aleksei Efimov 5660a2c038 8074297: substring in XSLT returns wrong character if string contains supplementary chars
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297

Reviewed-by: joehw
2015-04-10 01:11:19 +03:00
Aleksei Efimov 3831988250 8073385: Bad error message on parsing illegal character in XML attribute
Reviewed-by: joehw
2015-04-09 16:24:51 +03:00
Aleksei Efimov b5f3638421 8062923: XSL: Run-time internal error in 'substring()'
8062924: XSL: wrong answer from substring() function

Reviewed-by: joehw
2015-01-26 22:45:35 +03:00
Aleksei Efimov ba3e106865 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
Reviewed-by: joehw, mkos
2015-01-26 22:37:53 +03:00
Aleksei Efimov d724686cd0 8167179: Make XSL generated namespace prefixes local to transformation process
Reviewed-by: joehw
2016-10-24 17:02:34 +03:00
Christoph Langer 5513335bed 8162598: XSLTC transformer swallows empty namespace declaration which is needed to undeclare default namespace
Reviewed-by: joehw, dfuchs
2016-09-01 11:42:38 +02:00
Svetlana Nikandrova 312c026274 8028363: XmlGregorianCalendarImpl.getTimeZone() bug when offset is less than 10 minutes
Reviewed-by: rriggs, coffeys
2016-07-26 17:14:59 +03:00