User: starksm 
  Date: 01/05/21 21:03:27

  Modified:    src/resources/web index.html
  Log:
  Add test of propagating principal from servlet to unsecure EJB to secure EJB
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html        2001/05/10 17:41:56     1.2
  +++ index.html        2001/05/22 04:03:27     1.3
  @@ -39,6 +39,12 @@
                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.
                </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
  +        which in turn calls a secure EJB to test principal propagation.
  +             </li>
        </ul>
   </body>
   </html>
  
  
  

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

Reply via email to