User: starksm
Date: 01/09/09 00:09:15
Modified: src/resources/web index.html
Log:
Add test of jsp including secured content
Revision Changes Path
1.7 +14 -0 jbosstest/src/resources/web/index.html
Index: index.html
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.html 2001/06/24 03:48:36 1.6
+++ index.html 2001/09/09 07:09:15 1.7
@@ -31,6 +31,9 @@
A JSP page that access the org.jboss.test.web.util.Util class from the
WEB-INF/lib/util.jar to dump its class loaders and display the JNDI ENC.
</li>
+ <li><a href="/jbosstest/restricted/include_ejb.jsp">Try
include_ejb.jsp</a>
+ A secured JSP page that includes the ejb.jsp multiple times
+ </li>
</ul>
<h2>Security Tests</h2>
@@ -59,6 +62,17 @@
<li><a href="/jbosstest/ClientLoginServlet">Try ClientLoginServlet</a>
An unsecure servlet that performs a JAAS login as jduke to access a
secured EJB.
+ </li>
+ <li><a href="/jbosstest/UnsecureEJBAccess">Try UnsecureEJBServlet</a>
+ An unsecure servlet that tries to access a secured EJB.
+ </li>
+ <li><a href="/jbosstest/IncludeServlet">Try IncludeServlet</a>
+ An unsecure servlet that tries to include both secured and unsecured
servlets
+ which access a secured EJB.
+ </li>
+ <li><a href="/jbosstest/restricted/IncludeServlet">Try
IncludeServlet</a>
+ An secure servlet that tries to include both secured and unsecured
servlets
+ which access a secured EJB.
</li>
</ul>
</body>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development