Author: jfclere
Date: Wed May  5 10:11:22 2010
New Revision: 941231

URL: http://svn.apache.org/viewvc?rev=941231&view=rev
Log:
Anyway changing configureSessionCookie to test context != null is trivial.

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=941231&r1=941230&r2=941231&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed May  5 10:11:22 2010
@@ -237,7 +237,7 @@ PATCHES PROPOSED TO BACKPORT:
   Make session cookie name, domain and path configurable per context.
   http://people.apache.org/~markt/patches/2010-04-08-bug48379.patch
   +1: markt, kfujino
-  -1: kkolinko: Re: @@ -2252,22 +2252,11 @@ patch to Request.java:
+  -1: kkolinko, jfclere: Re: @@ -2252,22 +2252,11 @@ patch to Request.java:
     There is (context == null) check just below the changed lines. Either
     that check is not needed, or the changed code may throw an NPE on
     context.getSessionCookieName() call.



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

Reply via email to