User: starksm 
  Date: 01/09/03 15:56:11

  Modified:    src/resources/web Tag: Branch_2_4 index.html
  Log:
  Add jsp include tests
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +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.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- index.html        2001/07/09 01:06:08     1.5.2.1
  +++ index.html        2001/09/03 22:56:11     1.5.2.2
  @@ -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

Reply via email to