0 Replies Latest reply on Dec 4, 2001 9:48 AM by ko5tik

    Strange JSP behaviour.

    ko5tik

      I noticed strange behaviour of JSP:

      When I access ejb from struts action class
      getCallerPrincipal() returns correct principal
      and everything works fine.

      When I try the same from jsp,
      getCallerPrincipal() returns "nobody".

      Any suggestions?