19 Commits

Author SHA1 Message Date
Joe Wang
d1398dfca7 8001235: Improve JAXP HTTP handling
Reviewed-by: lancea, skoivu
2012-12-12 15:19:19 -08:00
David Buck
8f70550080 8003147: port fix for BCEL bug 39695
Added support for Local Variable Type Table so that BCEL library can be used to modify methods with generics-related debug data without violating class file format

Reviewed-by: lancea
2013-01-10 20:26:00 -08:00
Lana Steuck
5294fa2499 Merge 2012-12-28 18:31:52 -08:00
Joe Wang
c04f299d28 8005473: Warnings compiling jaxp
Clean up compiling warnings.

Reviewed-by: weijun, chegar, forax
2012-12-27 18:17:58 -08:00
David Katleman
fb31951ddf 8004982: JDK8 source with GPL header errors
Reviewed-by: ohair
2012-12-20 16:23:11 -08:00
Joe Wang
9ee412031f 8003261: static field is public but not final
Add final to fVersion field, and make it a non-compile time constant.

Reviewed-by: hawtin, lancea, dholmes, chegar
2012-12-18 21:11:43 -08:00
Joe Wang
fd69767808 8003260: [findbug] some fields should be package protected
Change public or protected mutable static fields to private or package private.

Reviewed-by: lancea
2012-12-14 13:24:34 -08:00
Joe Wang
0b25975fcd 8000172: 2 SAX features does not work properly
When external dtd is not loaded, skippedEntity event should be reported for entity references.

Reviewed-by: lancea
2012-10-09 14:19:11 -07:00
Joe Wang
fec1de491b 7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
Removing the hack of using escapeNonUSAscii. this is the same patch as 7166896 for 7u8.

Reviewed-by: psandoz, lancea
2012-07-12 21:06:52 -07:00
Lana Steuck
73e8d2923d Merge 2012-06-26 22:47:23 -07:00
Joe Wang
6b5a5ca0e2 7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
Skip the added international character handling for general paths

Reviewed-by: lancea
2012-06-26 15:28:21 -07:00
Lana Steuck
6b961cfac1 Merge 2012-06-26 10:27:51 -07:00
Joe Wang
94d67fa6a5 7144423: StAX EventReader swallows the cause of error
Make sure the cause of the error is properly reported

Reviewed-by: lancea, psandoz
2012-06-12 10:23:49 -07:00
Joe Wang
e881068530 7157610: NullPointerException occurs when parsing XML doc
Recovers what was the original disallow-doctype-decl, reporting error when disallow-doctype-decl is true, and change everything else that was added for SupportDTD to be governed by a new flag 'fSupportDTD'.

Reviewed-by: lancea
2012-06-11 15:47:01 -07:00
Joe Wang
478e52def4 7157608: One feature is not recognized
Adding feature standard-uri-conformant into the recognized list

Reviewed-by: psandoz
2012-06-08 11:28:29 -07:00
Joe Wang
aca1037e9f 7151118: Regressions on 7u4 b11 comp. 7u4 b06 on specjvm2008.xml.transform subbenchmark
Roll back XalanJ-2271 that caused the regression

Reviewed-by: lancea
2012-06-07 13:47:53 -07:00
Abhijit Saha
a84e7fc733 Merge 2012-05-08 07:30:48 -07:00
Joe Wang
db4db38876 7160380: Sync JDK8 with JAXP 1.4.5
Bring JDK8 up to date to what we have in 7u4

Reviewed-by: lancea, mullan
2012-04-17 11:17:59 -07:00
Joe Wang
60663487f6 7160496: Rename JDK8 JAXP source directory
Moving src/share/classes to src

Reviewed-by: ohair
2012-04-12 08:38:26 -07:00