Author: markt
Date: Thu Jan 16 15:09:51 2014
New Revision: 1558827
URL: http://svn.apache.org/r1558827
Log:
I'm going to withdraw this patch. I know it has enough votes to be committed
but it does require some additional changes before the test case can be used.
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=1558827&r1=1558826&r2=1558827&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jan 16 15:09:51 2014
@@ -36,27 +36,6 @@ None
PATCHES PROPOSED TO BACKPORT:
[ New proposals should be added at the end of the list ]
-* Back-port some XML processing improvements (part 4)
- Add a unit test for the new descriptor
- Note I am generating the patches using git so the patch shows whole new files
- being added. When actually making the commit, they will be copied from 7.0.x
- and amended to retain history.
- Note: Part 5 onwards do not depend on this patch so this could be ignored /
- addressed later without impacting the XML changes.
-
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part4-tc6-v1.patch
- +1: markt, remm, mturk
- +0: kkolinko:
- This requires JUnit4. Formally, "eclipse.classpath" file still uses
- JUnit 3 and if I understand correctly build.xml does not have JUnit
- on classpath, but uses whatever version is available with Ant, with
- <available classname="junit.framework.TestCase"
property="junit.present" />
-
- A patch to introduce JUnit 4 may be to fix the Eclipse file and
- fix the availability check to look for a JUnit 4 class.
- (A more detailed solution may be based on r1408413, but that
- requires Ant >= 1.8.0).
- -1:
-
* Add an option to the Context to control the blocking of XML external entities
when parsing XML configuration files and enable this blocking by default when
a security manager is used. The block is implemented via a custom resolver to
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]