Are you using IE ?, and have you deselected "Show friendly HTTP error messages" under
Tools->Internet Options->Advanced
-----Original Message-----
From: Georges Roux [mailto:[EMAIL PROTECTED]
Sent: 7. august 2003 14:39
To: Tomcat Users List
Subject: error-code 401
Hi,
I'm trying to display custom error pages. My https context is BASIC
protected,
and now the site is automatically redirecting to the error page before
asking for authentification...
I put this lines in web.xml
<error-page>
<error-code>401</error-code>
<location>error/401.jsp</location>
</error-page>
I m using tomcat 4.1.27 standalone on linux.
I need your help please.
--
Georges Roux
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]