Re: security-constraint and error-page

2002-03-18 Thread rsequeira
401 Unauthorized displays the page that came along with it? Thanks. RS Craig R. McClanahan [EMAIL PROTECTED] on 03/16/2002 04:16:31 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Re: security-constraint and error-page On Sat

Re: security-constraint and error-page

2002-03-18 Thread Craig R. McClanahan
On Mon, 18 Mar 2002 [EMAIL PROTECTED] wrote: Date: Mon, 18 Mar 2002 08:44:56 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: security-constraint and error-page Thanks Craig. But I was wondering

Re: security-constraint and error-page

2002-03-18 Thread rsequeira
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: security-constraint and error-page Thanks Craig. But I was wondering if there was some way where we could intercept the container generated 401 response before it is sent to the browser

Re: security-constraint and error-page

2002-03-16 Thread rsequeira
] on 03/12/2002 09:33:47 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: security-constraint and error-page I've setup a security constraint, with basic authentication, in a memory realm. It works as expected until I add an error page for the 401

Re: security-constraint and error-page

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002 [EMAIL PROTECTED] wrote: Date: Sat, 16 Mar 2002 15:18:34 -0600 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: security-constraint and error-page HAFAIK, when the webserver responds

security-constraint and error-page

2002-03-12 Thread JBrawner
the 401 error page only if I supplied an incorrect login. What am I doing wrong? (Win2000pro, Tomcat 4.0.3, jdk 1.4) Here is a portion of my web.xml: error-page error-code401/error-code location/notauthorized.jsp/location /error-page security-constraint web-resource-collection