Author: kkolinko
Date: Tue Sep 29 22:48:09 2009
New Revision: 820117

URL: http://svn.apache.org/viewvc?rev=820117&view=rev
Log:
Do not include ASF License comment into generated output

Modified:
    tomcat/trunk/webapps/manager/401.jsp
    tomcat/trunk/webapps/manager/404.jsp

Modified: tomcat/trunk/webapps/manager/401.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/401.jsp?rev=820117&r1=820116&r2=820117&view=diff
==============================================================================
--- tomcat/trunk/webapps/manager/401.jsp (original)
+++ tomcat/trunk/webapps/manager/401.jsp Tue Sep 29 22:48:09 2009
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
@@ -13,7 +13,7 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
--->
+--%>
 <%
   response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager 
Application\"");
 %>

Modified: tomcat/trunk/webapps/manager/404.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/404.jsp?rev=820117&r1=820116&r2=820117&view=diff
==============================================================================
--- tomcat/trunk/webapps/manager/404.jsp (original)
+++ tomcat/trunk/webapps/manager/404.jsp Tue Sep 29 22:48:09 2009
@@ -1,4 +1,4 @@
-<!--
+<%--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
@@ -13,7 +13,7 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
--->
+--%>
 <%@ page import="org.apache.catalina.util.RequestUtil" %>
 <html>
  <head>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to