Folks,

Our new internal authentication scheme will involve SPNEGO + login/password fallback in case of misconfigured web browser. But in this case, Tomcat returns his ugly 401 error. Although I've added these lines to web.xml :

<error-page>
<error-code>401</error-code>
<location>/WEB-INF/view/jsp/err401.jsp</location>
</error-page>

And I wrote the matching jsp, but no luck... I always get the tomcat default error page ?? Any idea ?

Regards.


--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to