error-page bug ?

2003-11-20 Thread Laurent Michenaud
When my error page is at the root of the webapp, tomcat can't find it. In web.xml of the webapp : This works : error-page error-code404/error-code location/error/notfound.jsp/location /error-page This works error-page error-code404/error-code location//location

Re: error-page bug ?

2003-11-20 Thread Andoni
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:25 PM Subject: error-page bug ? When my error page is at the root of the webapp, tomcat can't find it. In web.xml of the webapp : This works : error-page error-code404/error-code location/error/notfound.jsp/location

FORM login with wrong role gets 404, not error page - bug?

2002-02-05 Thread Christopher Pennock
I've found some behavior that seems wrong - can someone confirm that it is correct or a known bug? Specifically, using FORM login (with memory- or jdbc Realm), if I try to log into a protected area with a user and password that exist, but don't have the correct role to access the area, I get