Author: markt Date: Tue Mar 22 08:46:00 2011 New Revision: 1084103 URL: http://svn.apache.org/viewvc?rev=1084103&view=rev Log: Remove unnecessary code that makes switching to other authentication methods difficult.
Modified: tomcat/trunk/webapps/host-manager/401.jsp tomcat/trunk/webapps/host-manager/403.jsp tomcat/trunk/webapps/manager/401.jsp tomcat/trunk/webapps/manager/403.jsp Modified: tomcat/trunk/webapps/host-manager/401.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/host-manager/401.jsp?rev=1084103&r1=1084102&r2=1084103&view=diff ============================================================================== --- tomcat/trunk/webapps/host-manager/401.jsp (original) +++ tomcat/trunk/webapps/host-manager/401.jsp Tue Mar 22 08:46:00 2011 @@ -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> Modified: tomcat/trunk/webapps/host-manager/403.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/host-manager/403.jsp?rev=1084103&r1=1084102&r2=1084103&view=diff ============================================================================== --- tomcat/trunk/webapps/host-manager/403.jsp (original) +++ tomcat/trunk/webapps/host-manager/403.jsp Tue Mar 22 08:46:00 2011 @@ -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> Modified: tomcat/trunk/webapps/manager/401.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/401.jsp?rev=1084103&r1=1084102&r2=1084103&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/401.jsp (original) +++ tomcat/trunk/webapps/manager/401.jsp Tue Mar 22 08:46:00 2011 @@ -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> Modified: tomcat/trunk/webapps/manager/403.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/403.jsp?rev=1084103&r1=1084102&r2=1084103&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/403.jsp (original) +++ tomcat/trunk/webapps/manager/403.jsp Tue Mar 22 08:46:00 2011 @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org