升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uid/webapps/examples/jsp/cal/cal2.jsp b/tomcat-uid/webapps/examples/jsp/cal/cal2.jsp
index b6d435b..b508870 100644
--- a/tomcat-uid/webapps/examples/jsp/cal/cal2.jsp
+++ b/tomcat-uid/webapps/examples/jsp/cal/cal2.jsp
@@ -1,5 +1,4 @@
-<HTML>

-<!--

+<%--

  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.

@@ -14,18 +13,18 @@
   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.

--->

-

-<HEAD><TITLE> 

-	Calendar: A JSP APPLICATION

+--%>

+<HTML>

+<HEAD><TITLE>

+    Calendar: A JSP APPLICATION

 </TITLE></HEAD>

 

 

 <BODY BGCOLOR="white">

 <jsp:useBean id="table" scope="session" class="cal.TableBean" />

 

-<% 

-	String time = request.getParameter ("time");

+<%

+    String time = request.getParameter ("time");

 %>

 

 <FONT SIZE=5> Please add the following event:

@@ -33,7 +32,7 @@
 <BR> Time <%= util.HTMLFilter.filter(time) %> </h3>

 </FONT>

 <FORM METHOD=POST ACTION=cal1.jsp>

-<BR> 

+<BR>

 <BR> <INPUT NAME="date" TYPE=HIDDEN VALUE="current">

 <BR> <INPUT NAME="time" TYPE=HIDDEN VALUE="<%= util.HTMLFilter.filter(time) %>">

 <BR> <h2> Description of the event <INPUT NAME="description" TYPE=TEXT SIZE=20> </h2>