The following fix enables form-based authentication to work with
Apache + Tomcat.
Can someone add this to tomcat 3.2?

Thanks!
-Mike Jennings


Index: jakarta-tomcat/src/share/org/apache/tomcat/task/ApacheConfig.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/task/Attic/ApacheConfig.java,v
retrieving revision 1.12.2.2
diff -r1.12.2.2 ApacheConfig.java
202a203
>         mod_jk.println("JkMount /*j_security_check ajp12");
289a291
>       mod_jk.println("JkMount " + path +"*j_security_check ajp12");

Reply via email to