You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Michael Jennings <mi...@southgatesoftware.com> on 2001/10/31 19:27:21 UTC

Can someone apply this diff and commit?

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");