升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uidm/webapps/examples/jsp/plugin/plugin.jsp.html b/tomcat-uidm/webapps/examples/jsp/plugin/plugin.jsp.html
index b350d5e..121b375 100644
--- a/tomcat-uidm/webapps/examples/jsp/plugin/plugin.jsp.html
+++ b/tomcat-uidm/webapps/examples/jsp/plugin/plugin.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;title> Plugin example &lt;/title>

 &lt;body bgcolor="white">

 &lt;h3> Current time is : &lt;/h3>

@@ -26,7 +26,7 @@
 &lt;/jsp:plugin>

 &lt;p>

 &lt;h4>

-&lt;font color=red> 

+&lt;font color=red>

 The above applet is loaded using the Java Plugin from a jsp page using the

 plugin tag.

 &lt;/font>