User: starksm 
  Date: 01/05/30 14:09:23

  Modified:    src/resources/web index.html
  Log:
  Add servlet that spawns a child thread to test principal identity
  propagation to child threads
  
  Revision  Changes    Path
  1.4       +6 -0      jbosstest/src/resources/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/web/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html        2001/05/22 04:03:27     1.3
  +++ index.html        2001/05/30 21:09:23     1.4
  @@ -40,6 +40,12 @@
                as well as propagation of the servlet container identity to a secure 
EJB.
                </li>
   
  +             <li><a href="/jbosstest/restricted/SecureEJBAccessMT">Try 
SecureEJBAccessMT</a>
  +             A test of securing servlet content using the JBoss JAAS authentication 
layer
  +             as well as propagation of the servlet container identity to a secure 
EJB from
  +        a thread spawned within the servlet request.
  +             </li>
  +
                <li><a 
href="/jbosstest/restricted/SecureEJBAccess?testPropagation=true">Try SecureEJBAccess 
with nested call</a>
                A test of securing servlet content using the JBoss JAAS authentication 
layer
                as well as propagation of the servlet container identity to an 
unsecure EJB
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to