Author: kkolinko
Date: Wed Feb  2 06:13:26 2011
New Revision: 1066338

URL: http://svn.apache.org/viewvc?rev=1066338&view=rev
Log:
r1057694 broke display of ROOT/index.jsp in MSIE.
Use JSP comments in the license instead of HTML comments,
like we already do elsewhere.

Modified:
    tomcat/trunk/webapps/ROOT/index.jsp
    tomcat/trunk/webapps/examples/jsp/async/async1.jsp
    tomcat/trunk/webapps/examples/jsp/async/async3.jsp
    tomcat/trunk/webapps/examples/jsp/async/index.jsp
    tomcat/trunk/webapps/examples/jsp/cal/cal1.jsp
    tomcat/trunk/webapps/examples/jsp/cal/cal2.jsp
    tomcat/trunk/webapps/examples/jsp/chat/index.jsp
    tomcat/trunk/webapps/examples/jsp/chat/login.jsp
    tomcat/trunk/webapps/examples/jsp/chat/post.jsp
    tomcat/trunk/webapps/examples/jsp/checkbox/checkresult.jsp
    tomcat/trunk/webapps/examples/jsp/colors/colrs.jsp
    tomcat/trunk/webapps/examples/jsp/dates/date.jsp
    tomcat/trunk/webapps/examples/jsp/error/err.jsp
    tomcat/trunk/webapps/examples/jsp/error/errorpge.jsp
    tomcat/trunk/webapps/examples/jsp/forward/forward.jsp
    tomcat/trunk/webapps/examples/jsp/forward/one.jsp
    tomcat/trunk/webapps/examples/jsp/include/foo.jsp
    tomcat/trunk/webapps/examples/jsp/include/include.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/el/composite.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/el/functions.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/misc/config.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/book.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/hello.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/repeat.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/hello.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/panel.jsp
    tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/products.jsp
    tomcat/trunk/webapps/examples/jsp/jsptoserv/hello.jsp
    tomcat/trunk/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp
    tomcat/trunk/webapps/examples/jsp/num/numguess.jsp
    tomcat/trunk/webapps/examples/jsp/plugin/plugin.jsp
    tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp
    tomcat/trunk/webapps/examples/jsp/security/protected/index.jsp
    tomcat/trunk/webapps/examples/jsp/security/protected/login.jsp
    tomcat/trunk/webapps/examples/jsp/sessions/carts.jsp
    tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp
    tomcat/trunk/webapps/examples/jsp/snp/snoop.jsp
    tomcat/trunk/webapps/examples/jsp/source.jsp
    tomcat/trunk/webapps/examples/jsp/tagplugin/choose.jsp
    tomcat/trunk/webapps/examples/jsp/tagplugin/foreach.jsp
    tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp

Modified: tomcat/trunk/webapps/ROOT/index.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/trunk/webapps/ROOT/index.jsp Wed Feb  2 06:13:26 2011
@@ -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 @@ distributed under the License is distrib
 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.
--->
+--%>
 <!DOCTYPE html>
 <%
 java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy");
@@ -21,7 +21,6 @@ request.setAttribute("year", sdf.format(
 request.setAttribute("tomcat7Url", "http://tomcat.apache.org/";);
 request.setAttribute("tomcat7DocUrl", "/docs/");
 %>
-<!-- License must be after DOCTYPE to ensure IE Standards Mode fires -->
 <html lang="en">
     <head>
         <title><%=request.getServletContext().getServerInfo() %></title>

Modified: tomcat/trunk/webapps/examples/jsp/async/async1.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/async/async1.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/async/async1.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/async/async1.jsp Wed Feb  2 06:13:26 2011
@@ -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 session="false"%>
 Output from async1.jsp
 Type is <%=request.getDispatcherType()%>

Modified: tomcat/trunk/webapps/examples/jsp/async/async3.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/async/async3.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/async/async3.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/async/async3.jsp Wed Feb  2 06:13:26 2011
@@ -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 session="false"%>
 Output from async3.jsp
 Type is <%=request.getDispatcherType()%>

Modified: tomcat/trunk/webapps/examples/jsp/async/index.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/async/index.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/async/index.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/async/index.jsp Wed Feb  2 06:13:26 2011
@@ -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 session="false"%>
 
 <pre>

Modified: tomcat/trunk/webapps/examples/jsp/cal/cal1.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/cal/cal1.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/cal/cal1.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/cal/cal1.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <HTML>
 <HEAD><TITLE> 
     Calendar: A JSP APPLICATION

Modified: tomcat/trunk/webapps/examples/jsp/cal/cal2.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/cal/cal2.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/cal/cal2.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/cal/cal2.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <HTML>
 <HEAD><TITLE> 
     Calendar: A JSP APPLICATION

Modified: tomcat/trunk/webapps/examples/jsp/chat/index.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/chat/index.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/chat/index.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/chat/index.jsp Wed Feb  2 06:13:26 2011
@@ -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 contentType="text/html; charset=UTF-8" %>
 <% if (session.getAttribute("nickname") == null) {
     response.sendRedirect("login.jsp");

Modified: tomcat/trunk/webapps/examples/jsp/chat/login.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/chat/login.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/chat/login.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/chat/login.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <%@page contentType="text/html; charset=UTF-8" %>
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/chat/post.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/chat/post.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/chat/post.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/chat/post.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <%@page contentType="text/html; charset=UTF-8" %>
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/checkbox/checkresult.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/checkbox/checkresult.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/checkbox/checkresult.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/checkbox/checkresult.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <body bgcolor="white">
 <font size=5 color="red">

Modified: tomcat/trunk/webapps/examples/jsp/colors/colrs.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/colors/colrs.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/colors/colrs.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/colors/colrs.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 
 <jsp:useBean id="cb" scope="session" class="colors.ColorGameBean" />

Modified: tomcat/trunk/webapps/examples/jsp/dates/date.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/dates/date.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/dates/date.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/dates/date.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 
 <%@ page session="false"%>

Modified: tomcat/trunk/webapps/examples/jsp/error/err.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/error/err.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/error/err.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/error/err.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <body bgcolor="lightblue">
 

Modified: tomcat/trunk/webapps/examples/jsp/error/errorpge.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/error/errorpge.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/error/errorpge.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/error/errorpge.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
 
 <body bgcolor="red">

Modified: tomcat/trunk/webapps/examples/jsp/forward/forward.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/forward/forward.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/forward/forward.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/forward/forward.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
 <% 
    double freeMem = Runtime.getRuntime().freeMemory();

Modified: tomcat/trunk/webapps/examples/jsp/forward/one.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/forward/one.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/forward/one.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/forward/one.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 
 <body bgcolor="white">

Modified: tomcat/trunk/webapps/examples/jsp/include/foo.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/include/foo.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/include/foo.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/include/foo.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 
 <body bgcolor="white">
 <font color="red">

Modified: tomcat/trunk/webapps/examples/jsp/include/include.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/include/include.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/include/include.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/include/include.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
 
 <body bgcolor="white">

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
   <head>
     <title>JSP 2.0 Expression Language - Basic Arithmetic</title>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
   <head>
     <title>JSP 2.0 Expression Language - Basic Comparisons</title>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/composite.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/composite.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/el/composite.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/el/composite.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/example-taglib"; %>
 
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/functions.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/functions.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/el/functions.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/el/functions.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
 

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/el/implicit-objects.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %>
 
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp 
(original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp Wed 
Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
 
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
 
 <html>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/misc/config.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/misc/config.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/misc/config.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/misc/config.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
     <h1>JSP 2.0 Examples - JSP Configuration</h1>
     <hr>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/book.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/book.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/book.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/book.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="my" uri="/WEB-INF/jsp2/jsp2-example-taglib.tld" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/hello.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/hello.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/hello.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/hello.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="mytag" uri="/WEB-INF/jsp2/jsp2-example-taglib.tld" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/repeat.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/repeat.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/repeat.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/simpletag/repeat.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="mytag" uri="/WEB-INF/jsp2/jsp2-example-taglib.tld" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/hello.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/hello.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/hello.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/hello.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/panel.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/panel.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/panel.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/panel.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/products.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/products.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/products.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsp2/tagfiles/products.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
 <html>
   <head>

Modified: tomcat/trunk/webapps/examples/jsp/jsptoserv/hello.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsptoserv/hello.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsptoserv/hello.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsptoserv/hello.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
 <body bgcolor="white">
 

Modified: tomcat/trunk/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <body bgcolor="white">
 

Modified: tomcat/trunk/webapps/examples/jsp/num/numguess.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/num/numguess.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/num/numguess.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/num/numguess.jsp Wed Feb  2 06:13:26 2011
@@ -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.
@@ -17,7 +17,7 @@
   Number Guess Game
   Written by Jason Hunter, CTO, K&A Software
   http://www.servlets.com
--->
+--%>
 
 <%@ page import = "num.NumberGuessBean" %>
 

Modified: tomcat/trunk/webapps/examples/jsp/plugin/plugin.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/plugin/plugin.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/plugin/plugin.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/plugin/plugin.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <title> Plugin example </title>
 <body bgcolor="white">

Modified: tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/security/protected/error.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <head>
 <title>Error Page For Examples</title>

Modified: tomcat/trunk/webapps/examples/jsp/security/protected/index.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/security/protected/index.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/security/protected/index.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/security/protected/index.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <%
   if (request.getParameter("logoff") != null) {
     session.invalidate();

Modified: tomcat/trunk/webapps/examples/jsp/security/protected/login.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/security/protected/login.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/security/protected/login.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/security/protected/login.jsp Wed Feb  2 
06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <head>
 <title>Login Page for Examples</title>

Modified: tomcat/trunk/webapps/examples/jsp/sessions/carts.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/sessions/carts.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/sessions/carts.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/sessions/carts.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
 <jsp:useBean id="cart" scope="session" class="sessions.DummyCart" />
 

Modified: tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <body>
 <%@ taglib uri="http://tomcat.apache.org/example-taglib"; prefix="eg"%>

Modified: tomcat/trunk/webapps/examples/jsp/snp/snoop.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/snp/snoop.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/snp/snoop.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/snp/snoop.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
 <body bgcolor="white">
 <h1> Request Information </h1>

Modified: tomcat/trunk/webapps/examples/jsp/source.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/source.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/source.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/source.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <%@ taglib uri="http://tomcat.apache.org/example-taglib";
         prefix="eg" %>
 

Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/choose.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/choose.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/tagplugin/choose.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/tagplugin/choose.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
   <head>
     <title>Tag Examples - choose</title>

Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/foreach.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/foreach.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/tagplugin/foreach.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/tagplugin/foreach.jsp Wed Feb  2 06:13:26 
2011
@@ -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.
--->
+--%>
 <html>
   <head>
     <title>Tag Plugin Examples: forEach</title>

Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp?rev=1066338&r1=1066337&r2=1066338&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp (original)
+++ tomcat/trunk/webapps/examples/jsp/tagplugin/if.jsp Wed Feb  2 06:13:26 2011
@@ -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.
--->
+--%>
 <html>
   <head>
     <title>Tag Plugin Examples: if</title>



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

Reply via email to