RE: manager and host-manager have 401.jsp that is not used

2011-09-20 Thread Manger, James H
> P.S. Thanks for making it unnecessary to include the following line in > 401.jsp: > response.setHeader("WWW-Authenticate", "Basic ..."); > It was removed from 401.jsp in March 2011 (revision 1084109). > I am not sure which change made it unnecessary (and if the change includes > the 5.x and/or

RE: manager and host-manager have 401.jsp that is not used

2011-09-20 Thread Manger, James H
>On 20/09/2011 08:31, Manger, James H wrote: >> The manager and host-manager apps included with Tomcat 7.0.21 are both: >> * configured to use BASIC authentication; and >> * configured with a custom error page for 401 (unauthenticated) error codes. >> However, the custom

manager and host-manager have 401.jsp that is not used

2011-09-20 Thread Manger, James H
The manager and host-manager apps included with Tomcat 7.0.21 are both: * configured to use BASIC authentication; and * configured with a custom error page for 401 (unauthenticated) error codes. However, the customer error page is never used by Tomcat. tomcat/webapps/[host-]manager/WEB-INF/web.xml