5 Replies Latest reply on Jun 18, 2008 3:36 PM by anil.saldhana

    SecurityContext inherited by threads on the serverside

    anil.saldhana

      http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA/testsuite/src/main/org/jboss/test/security/test/SAThreadLocalUnitTestCase.java

      The test "testThreadLocal" clearly tests that on the server, SecurityAssociation securitycontext (principal,cred,subject) are clearly not inherited by any threads that are started by the particular thread where this association is established.

      I would like to understand from Scott as to why the inheritance of security context by threads is wrong on the server side.