Author: markt
Date: Wed Jan  8 19:45:12 2014
New Revision: 1556613

URL: http://svn.apache.org/r1556613
Log:
Propose next block of XML patches

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556613&r1=1556612&r2=1556613&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jan  8 19:45:12 2014
@@ -59,6 +59,47 @@ PATCHES PROPOSED TO BACKPORT:
       requires Ant >= 1.8.0).
   -1:
 
+* Back-port from XML processing improvements (part 5)
+  Switch to a per context configuration for the XML digester
+  
http://people.apache.org/~markt/patches/2014-01-08-xml-prep-part5-tc6-v1.patch
+  +1: markt
+  -1:
+
+* Back-port from XML processing improvements (part 6)
+  Upgrade digester to use DefaultHandler2 and use LexicalHandler to detect
+  publicId.
+  Simplify web application version detection in web.xml
+  Extracted from a patch by Jeremy Boynes.
+  Essentially, this is a back-port of http://svn.apache.org/r1547931
+  Note that the patch contains a number of strictly unnecessary cosmetic 
changes
+  that have been included to make it simpler to compare the resulting Tomcat 6
+  code with the current Tomcat 7 code to validate the correctness of the
+  back-port
+  
http://people.apache.org/~markt/patches/2014-01-08-xml-prep-part6-tc6-v1.patch
+  +1: markt
+  -1:
+
+* Back-port from XML processing improvements (part 7)
+  Switch o.a.catalina classes to use the new ErrorHandler
+  Back-port of http://svn.apache.org/r1547937
+  
http://people.apache.org/~markt/patches/2014-01-08-xml-prep-part7-tc6-v1.patch
+  +1: markt
+  -1:
+
+* Back-port from XML processing improvements (part 8)
+  Switch ParserUtils to use the new ErrorHandler
+  Back-port of http://svn.apache.org/r1547947
+  
http://people.apache.org/~markt/patches/2014-01-08-xml-prep-part8-tc6-v1.patch
+  +1: markt
+  -1:
+
+* Back-port from XML processing improvements (part 9)
+  Switch JspDocumentParser to an DefaultHandler2
+  Back-port of http://svn.apache.org/r1547948
+  
http://people.apache.org/~markt/patches/2014-01-08-xml-prep-part9-tc6-v1.patch
+  +1: markt
+  -1:
+
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55973
   Fix processing of XML schemas when validation is enabled in Jasper
   http://svn.apache.org/r1556377



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to