From c97f08018e827e5658d5e39e911b770c4937ea54 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 22 Mar 2011 08:46:00 +0000 Subject: [PATCH] Remove unnecessary code that makes switching to other authentication methods difficult. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084103 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/host-manager/401.jsp | 3 --- webapps/host-manager/403.jsp | 3 --- webapps/manager/401.jsp | 3 --- webapps/manager/403.jsp | 3 --- 4 files changed, 12 deletions(-) diff --git a/webapps/host-manager/401.jsp b/webapps/host-manager/401.jsp index 5f18f514c..83c8c6f32 100644 --- a/webapps/host-manager/401.jsp +++ b/webapps/host-manager/401.jsp @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --%> -<% - response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Host Manager Application\""); -%> diff --git a/webapps/host-manager/403.jsp b/webapps/host-manager/403.jsp index b1d1bd517..dd210ceb1 100644 --- a/webapps/host-manager/403.jsp +++ b/webapps/host-manager/403.jsp @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --%> -<% - response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Host Manager Application\""); -%> diff --git a/webapps/manager/401.jsp b/webapps/manager/401.jsp index 3f687804d..01f8aa9fc 100644 --- a/webapps/manager/401.jsp +++ b/webapps/manager/401.jsp @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --%> -<% - response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager Application\""); -%> diff --git a/webapps/manager/403.jsp b/webapps/manager/403.jsp index 843e52008..a77a9cffc 100644 --- a/webapps/manager/403.jsp +++ b/webapps/manager/403.jsp @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --%> -<% - response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager Application\""); -%> -- 2.11.0