Index: 401.jsp =================================================================== --- 401.jsp (revision 1305210) +++ 401.jsp (working copy) @@ -15,7 +15,8 @@ limitations under the License. --%> <% - response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager Application\""); + if(!response.containsHeader("WWW-Authenticate")) + response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager Application\""); %> @@ -81,4 +82,4 @@

- \ No newline at end of file +