升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-cas/webapps/examples/jsp/snp/snoop.jsp b/tomcat-cas/webapps/examples/jsp/snp/snoop.jsp
index 06a3830..500a648 100644
--- a/tomcat-cas/webapps/examples/jsp/snp/snoop.jsp
+++ b/tomcat-cas/webapps/examples/jsp/snp/snoop.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,8 +13,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.

--->

-

+--%>

+<html>

 <body bgcolor="white">

 <h1> Request Information </h1>

 <font size="4">

@@ -45,7 +44,7 @@
 <br>

 Remote host: <%= util.HTMLFilter.filter(request.getRemoteHost()) %>

 <br>

-Authorization scheme: <%= util.HTMLFilter.filter(request.getAuthType()) %> 

+Authorization scheme: <%= util.HTMLFilter.filter(request.getAuthType()) %>

 <br>

 Locale: <%= request.getLocale() %>

 <hr>