Re: Login config

2008-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christophe, FARNIER Christophe wrote: > Yes it's a problem for the links in my login page. I explain this in > my previous mail [below:] > It makes problems for link in my login page. For the moment I just > change the links by introducing request.g

RE: Login config

2008-12-04 Thread FARNIER Christophe
Yes it's a problem for the links in my login page. I explain this in my previous mail. Thanks for your explanation Christophe -Message d'origine- De : Christopher Schultz [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 décembre 2008 23:17 À : Tomcat Users List Objet : Re: Lo

RE: Login config

2008-12-04 Thread FARNIER Christophe
front of them, but i found how configure Tomcat 5.5 as Tomcat 4 to resolve this problem. Christophe -Message d'origine- De : Kees de Kooter [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 décembre 2008 21:33 À : Tomcat Users List Objet : Re: Login config > I installed a tomcat 5.5

Re: Login config

2008-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christophe, FARNIER Christophe wrote: > I installed a tomcat 5.5.27 with an application and I configure the > web.xml of the application by introducing a security constraint and a > login config with a form. My login page is not in the

Re: Login config

2008-12-04 Thread Kees de Kooter
> I installed a tomcat 5.5.27 with an application and I configure the > web.xml of the application by introducing a security constraint and a > login config with a form. My login page is not in the security > directory. So when I launch Tomcat and I access to my application with &

Login config

2008-12-04 Thread FARNIER Christophe
Hi, I installed a tomcat 5.5.27 with an application and I configure the web.xml of the application by introducing a security constraint and a login config with a form. My login page is not in the security directory. So when I launch Tomcat and I access to my application with restriction, the

Re: question about protected resources in a security-constraint and login-config

2008-05-18 Thread nkdepot-misc
on about protected resources in a security-constraint and > login-config > > [EMAIL PROTECTED] wrote: > > Or is there an exemption for those pages defined in the login-config? > Yes, there is an explicit exemption for those pages and those pages only. > > > Any

Re: question about protected resources in a security-constraint and login-config

2008-05-18 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Or is there an exemption for those pages defined in the login-config? Yes, there is an explicit exemption for those pages and those pages only. Any help with the original question would be much appreciated. Application context relative addresses look like your best

question about protected resources in a security-constraint and login-config

2008-05-17 Thread nkdepot-misc
I am using tomcat 5.5.23 to set up form based authentication. I have looked at the source code and ran the security/protected example that is provided with tomcat, and I have a question about the resources associated with the login-config. The two jsps defined in the login-config are in the

RE: login config bug? request.getRequestURL() returns form-login-page in Tomcat 5.5.12

2005-10-28 Thread Aaron Loucks
PROTECTED] Sent: Friday, October 28, 2005 12:39 PM To: users@tomcat.apache.org Subject: login config bug? request.getRequestURL() returns form-login-page in Tomcat 5.5.12 request.getRequestURL() is returning the uri of the element instead of the original request url in 5.5.12. Is this a bug o

login config bug? request.getRequestURL() returns form-login-page in Tomcat 5.5.12

2005-10-28 Thread Aaron Loucks
request.getRequestURL() is returning the uri of the element instead of the original request url in 5.5.12. Is this a bug or was this intended to be this way? If this is supposed to return the form-login-page, how do I get the original request URL? Tomcat 5.0.x did not behave this way -- getRequest