升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uidm/webapps/examples/jsp/include/include.jsp.html b/tomcat-uidm/webapps/examples/jsp/include/include.jsp.html
index f45c300..035b57a 100644
--- a/tomcat-uidm/webapps/examples/jsp/include/include.jsp.html
+++ b/tomcat-uidm/webapps/examples/jsp/include/include.jsp.html
@@ -1,6 +1,5 @@
 <html><body><pre>

-&lt;html>

-&lt;!--

+&lt;%--

  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.

@@ -15,7 +14,8 @@
   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.

--->

+--%>

+&lt;html>

 

 &lt;body bgcolor="white">

 

@@ -23,15 +23,10 @@
 

 &lt;%@ page buffer="5kb" autoFlush="false" %>

 

-&lt;p>In place evaluation of another JSP which gives you the current time:

+&lt;p>In place evaluation of another JSP which gives you the current time: &lt;%@ include file="foo.jsp" %>

 

-&lt;%@ include file="foo.jsp" %>

-

-&lt;p> &lt;jsp:include page="foo.html" flush="true"/> by including the output of another JSP:

-

-&lt;jsp:include page="foo.jsp" flush="true"/>

-

-:-) 

+&lt;p> &lt;jsp:include page="foo.html" flush="true"/> by including the output of another JSP: &lt;jsp:include page="foo.jsp" flush="true"/>

+:-)

 

 &lt;/html>

 </pre></body></html>