costin 01/08/16 21:03:55
Modified: src/share/org/apache/tomcat/modules/session SessionId.java
Log:
Fix NPE when debugging is enabled.
Thanks to Bill Barker <[EMAIL PROTECTED]> for finding this.
Revision Changes Path
1.13 +0 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/session/SessionId.java
Index: SessionId.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/session/SessionId.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- SessionId.java 2001/07/20 17:42:47 1.12
+++ SessionId.java 2001/08/17 04:03:55 1.13
@@ -93,7 +93,6 @@
{
// GS, separates the session id from the jvm route
static final char SESSIONID_ROUTE_SEP = '.';
- ContextManager cm;
boolean noCookies=false;
boolean cookiesFirst=true;