You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/06 00:13:22 UTC

svn commit: r941516 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: markt
Date: Wed May  5 22:13:22 2010
New Revision: 941516

URL: http://svn.apache.org/viewvc?rev=941516&view=rev
Log:
Handle possible null

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=941516&r1=941515&r2=941516&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed May  5 22:13:22 2010
@@ -217,13 +217,9 @@ PATCHES PROPOSED TO BACKPORT:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
   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, 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.
-
+  http://people.apache.org/~markt/patches/2010-05-05-bug48379.patch
+  +1: markt
+  -1:
 
 * https://issues.apache.org/bugzilla/show_bug.cgi?id=49081
   "#${1+1}" should evaluate to "#2"



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