From: markt Date: Tue, 22 Mar 2011 08:46:00 +0000 (+0000) Subject: Remove unnecessary code that makes switching to other authentication methods difficult. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c97f08018e827e5658d5e39e911b770c4937ea54;p=tomcat7.0 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 --- 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\""); -%>