Hi!

I've made a modification to the ApacheConfig module to enable the
mod_jk.conf-auto to include directives to enable form-based authentication.
Can someone with "commit" privilege commit this change?

Here's the cvs diff:


Index:
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ApacheConfig.java
===================================================================
RCS file:
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/modules/config/Ap
acheConfig.java,v
retrieving revision 1.9
diff -c -r1.9 ApacheConfig.java
***
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ApacheConfig.java
2001/03/14 07:29:45 1.9
---
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/ApacheConfig.java
2001/05/27 22:11:35
***************
*** 772,777 ****
--- 772,780 ----
                      mod_jk.println("#");
                      mod_jk.println("JkMount " + path +"/servlet/* " +
JkMount[jkConnector]);
                      mod_jk.println("JkMount " + path +"/*.jsp " +
JkMount[jkConnector]);
+                     mod_jk.println("# The following line mounts the
form-based authenticator for the "+path+" context");
+                     mod_jk.println("#");
+                     mod_jk.println("JkMount " + path +"/*j_security_check
" + JkMount[jkConnector]);


                      // Deny serving any files from WEB-INF


______________________
Mike Jennings
Southgate  Software Ltd.
250-382-6851 (ph)
250-382-6800 (fax)
[EMAIL PROTECTED]

Reply via email to