升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uidm/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html b/tomcat-uidm/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html
index eb3a927..088ed20 100644
--- a/tomcat-uidm/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html
+++ b/tomcat-uidm/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html
@@ -1,5 +1,5 @@
 <html><body><pre>

-&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.

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

--->

+--%>

 &lt;%@ taglib prefix="my" uri="http://tomcat.apache.org/jsp2-example-taglib"%>

 

 &lt;html>

@@ -24,7 +24,7 @@
   &lt;body>

     &lt;h1>JSP 2.0 Examples - jsp:attribute and jsp:body&lt;/h1>

     &lt;hr>

-    &lt;p>The new &amp;lt;jsp:attribute&amp;gt; and &amp;lt;jsp:body&amp;gt; 

+    &lt;p>The new &amp;lt;jsp:attribute&amp;gt; and &amp;lt;jsp:body&amp;gt;

     standard actions can be used to specify the value of any standard

     action or custom action attribute.&lt;/p>

     &lt;p>This example uses the &amp;lt;jsp:attribute&amp;gt;

@@ -37,7 +37,7 @@
       Bean created!  Setting foo.bar...&lt;br>

       &lt;jsp:setProperty name="foo" property="bar">

         &lt;jsp:attribute name="value">

-	  &lt;my:helloWorld/>

+          &lt;my:helloWorld/>

         &lt;/jsp:attribute>

       &lt;/jsp:setProperty>

     &lt;/jsp:useBean>