nacho 2002/10/01 16:14:13 Modified: jk/java/org/apache/jk/common HandlerRequest.java Log: tomcatAuthentication must default to true ( tomcat ignores auth done in the HTTP server ) to match the tc4.0 and tc3.3 behaviour and Revision Changes Path 1.16 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java Index: HandlerRequest.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- HandlerRequest.java 26 Aug 2002 09:54:34 -0000 1.15 +++ HandlerRequest.java 1 Oct 2002 23:14:13 -0000 1.16 @@ -323,7 +323,7 @@ int secretNote; boolean decoded=true; - boolean tomcatAuthentication; + boolean tomcatAuthentication=true; public int invoke(Msg msg, MsgContext ep ) throws IOException
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>