changeset 41:5c070921580c jdk6-b19

6923146: Upgrade to JAXP 1.4.3 6917454: sjsxp issue 53: StartDocument.encodingSet() returns false even when set 6472982: javax.xml.namespace.NamespaceContext.getPrefix("") should not throw IllegalArgumentException 6909759: using JDK 1.6.0_18-ea does not work with GlassFish v3 6333993: NodeList.item() returns null in 1.5.0_02 6900779: Use HashMap instead of Hashtable in CharInfo, Encodings, NamespaceMapping, XMLReaderManager 6900773: elide (unnecessary) catching of NumberFormatException in NodeCounter.setFormatting(...) 6900249: Use StringBuilder instead of StringBuffer to avoid locking 6675332: sjsxp issue 49: Repairing XMLStreamWriter tries to use default namespace for attributes 6889654: SAXParseException should have a better toString method 6889649: SAXException.toString() implementation considered harmful 6863312: Keep JAXP Secure Processing Feature consistent with Java Secure Mode Summary: See https://jaxp.dev.java.net/1.4/1.4.3/ReleaseNotes.html Reviewed-by: darcy
author ohair
date Wed, 17 Feb 2010 11:51:00 -0800
parents c06186dcb907
children 2d633453d86b
files jaxp.properties
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/jaxp.properties	Tue Feb 16 18:35:07 2010 -0800
+++ b/jaxp.properties	Wed Feb 17 11:51:00 2010 -0800
@@ -24,10 +24,10 @@
 #
 
 drops.master.copy.base=${drops.dir}
-drops.master.url.base=https://jaxp.dev.java.net/files/documents/913/147329
+drops.master.url.base=https://jaxp.dev.java.net/files/documents/913/147491
 
-jaxp_src.bundle.name=jdk6-jaxp-2009_10_13.zip
-jaxp_src.bundle.md5.checksum=a2f7b972124cd776ff71e7754eb9a429
+jaxp_src.bundle.name=jdk6-jaxp-2010_01_15.zip
+jaxp_src.bundle.md5.checksum=8b7e78ef992ffb7f583617dd3036bdb7
 jaxp_src.master.bundle.dir=${drops.master.copy.base}
 jaxp_src.master.bundle.url.base=${drops.master.url.base}