升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-cas/webapps/examples/jsp/index.html b/tomcat-cas/webapps/examples/jsp/index.html
index c41acf2..c6b1c43 100644
--- a/tomcat-cas/webapps/examples/jsp/index.html
+++ b/tomcat-cas/webapps/examples/jsp/index.html
@@ -103,6 +103,14 @@
 </tr>

 

 <tr valign=TOP>

+<td>Composite Expressions</td>

+<td valign=TOP width="30%"><a href="jsp2/el/composite.jsp"><img src="images/execute.gif" hspace=4 border=0  align=top></a><a href="jsp2/el/composite.jsp">Execute</a></td>

+

+<td width="30%"><a href="jsp2/el/composite.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="jsp2/el/composite.html">Source</a></td>

+</tr>

+

+

+<tr valign=TOP>

 <td><br><b>SimpleTag Handlers and JSP Fragments</b></td>

 </tr>

 

@@ -327,7 +335,7 @@
 <tr VALIGN=TOP>

   <td>If&nbsp;</td>

   <td VALIGN=TOP WIDTH="30%">

-    <a href="tagplugin/if.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0  

+    <a href="tagplugin/if.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0

 align=TOP></a>

     <a href="tagplugin/if.jsp">Execute</a>

   </td>

@@ -341,7 +349,7 @@
 <tr VALIGN=TOP>

   <td>ForEach&nbsp;</td>

   <td VALIGN=TOP WIDTH="30%">

-    <a href="tagplugin/foreach.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0  

+    <a href="tagplugin/foreach.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0

 align=TOP></a>

     <a href="tagplugin/foreach.jsp">Execute</a>

   </td>

@@ -366,5 +374,24 @@
 

 </table>

 

+<br/>

+<b><u><font size="+1">Other Examples</font></u></b><br>

+<table BORDER=0 CELLSPACING=5 WIDTH="85%" >

+

+<tr VALIGN=TOP>

+  <td>FORM Authentication&nbsp;</td>

+  <td VALIGN=TOP WIDTH="30%">

+    <a href="security/protected/index.jsp"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>

+  </td>

+  <td WIDTH="30%"></td>

+</tr>

+<tr>

+  <td colspan="3">Example that demonstrates protecting a resource and

+    using Form-Based authentication. To access the page the user must

+    have role of either "tomcat" or "role1". By default no user

+    is configured to have these roles.</td>

+</tr>

+

+</table>

 </body>

 </html>