Hello, <br><br>I&#39;m testing the authentication mechanism in JBoss AS 7. <br>I tried to access the caller principal (mainly to display the princiapl&#39;s name). <br>But the Method SecurityAssociation.getCallerPrincipal() always returns null. <br>

      if(!server)<br>         return principal;<br>where principal is null<br><br>I tested it with BasicAuthentication and JBoss Negotiation, in both cases<br>the caller principal is null. Compared to JBoss AS 5, the principal is set. <br>

<br>Could this be an error or is the method not implemented correctly (yet)?<br><br>Regards, <br>Christoph<br>