You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/08/17 06:03:55 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionId.java

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 <wb...@wilshire.com> 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;