billbarker    02/02/26 19:36:27

  Modified:    src/share/org/apache/tomcat/modules/server
                        Ajp12Interceptor.java
  Log:
  Remember to set the tomcatAuthentication property of the request.
  
  Fix for bug #6002
  Reported by: Gunther Dörnen [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.18      +1 -0      
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12Interceptor.java
  
  Index: Ajp12Interceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12Interceptor.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Ajp12Interceptor.java     12 Sep 2001 21:40:36 -0000      1.17
  +++ Ajp12Interceptor.java     27 Feb 2002 03:36:27 -0000      1.18
  @@ -148,6 +148,7 @@
        Object thData[]=new Object[2];
        AJP12Request reqA=new AJP12Request();
        reqA.setSecret( secret );
  +     reqA.setTomcatAuthentication(isTomcatAuthentication());
        AJP12Response resA=new AJP12Response();
        cm.initRequest( reqA, resA );
        thData[0]=reqA;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to