Author: jim
Date: Fri Sep 3 16:25:14 2010
New Revision: 992356
URL: http://svn.apache.org/viewvc?rev=992356&view=rev
Log:
"Final" patch before 5.5.31...
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=992356&r1=992355&r2=992356&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Fri Sep 3 16:25:14 2010
@@ -25,6 +25,16 @@ $Id$
PATCHES PROPOSED TO BACKPORT:
[ New proposals should be added at the end of the list ]
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38113
+ Add system property to allow spec compliant handling of query string
+ http://people.apache.org/~markt/patches/2010-08-25-bug38113.patch
+ -1:
+ +1: kkolinko jim, rjung, markt: (only with the following trivial change:
+ s/Boolean.parseBoolean(..)/Boolean.valueOf(..).booleanValue()/
+ because parseBoolean is @since 1.5.
+ See Globals.java line 334 for an example.
+ )
+
* Remove JSSE13Factory, JSSE13SocketFactory classes,
because
@@ -79,16 +89,6 @@ PATCHES PROPOSED TO BACKPORT:
a <Host> (looking at the default server.xml), so we have to call
request.getContext() to get a Context there?
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38113
- Add system property to allow spec compliant handling of query string
- http://people.apache.org/~markt/patches/2010-08-25-bug38113.patch
- -1:
- +1: kkolinko jim, rjung, markt: (only with the following trivial change:
- s/Boolean.parseBoolean(..)/Boolean.valueOf(..).booleanValue()/
- because parseBoolean is @since 1.5.
- See Globals.java line 334 for an example.
- )
-
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49774
Add SSL support using the APR connector to the admin app
https://issues.apache.org/bugzilla/attachment.cgi?id=25954
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]