You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/01/14 21:23:08 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

larryi      01/01/14 12:23:08

  Modified:    src/share/org/apache/tomcat/core Request.java
  Log:
  Bug Report #757
  User Principal incorrectly Maintained
  Submitted by: David Winterfeldt (dwinterfeldt@forbes.net)
  
  Revision  Changes    Path
  1.87      +1 -0      jakarta-tomcat/src/share/org/apache/tomcat/core/Request.java
  
  Index: Request.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Request.java,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- Request.java	2001/01/01 00:17:23	1.86
  +++ Request.java	2001/01/14 20:23:04	1.87
  @@ -816,6 +816,7 @@
           charEncoding = null;
           authType = null;
           remoteUser = null;
  +	principal = null;
           reqSessionId = null;
           serverSession = null;
           didParameters = false;