Remove unnecessary code that makes switching to other authentication methods difficult.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Mar 2011 08:46:00 +0000 (08:46 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Mar 2011 08:46:00 +0000 (08:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084103 13f79535-47bb-0310-9956-ffa450edef68

webapps/host-manager/401.jsp
webapps/host-manager/403.jsp
webapps/manager/401.jsp
webapps/manager/403.jsp

index 5f18f51..83c8c6f 100644 (file)
@@ -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\"");
-%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>
index b1d1bd5..dd210ce 100644 (file)
@@ -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\"");
-%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>
index 3f68780..01f8aa9 100644 (file)
@@ -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\"");
-%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>
index 843e520..a77a9cf 100644 (file)
@@ -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\"");
-%>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>