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 <so...@home.com> on 2001/05/28 00:21:22 UTC

form-based authentication tomcat->apache

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)
southgate.software@home.com


Re: form-based authentication tomcat->apache

Posted by cm...@yahoo.com.
On Sun, 27 May 2001, Michael Jennings wrote:

> 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?

Done, thanks.

Costin

> 
> 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)
> southgate.software@home.com
>