1 Reply Latest reply on Jun 19, 2003 5:41 AM by edouard

    JAAS doAs is not supported

      Hello!
      in jboss-3.0.6_tomcat-4.1.18
      when trying this code:

      Subject.doAs(Subject s, PrivilegedExceptionAction pea)

      got :

      javax.servlet.ServletException: doAs is not supported by this version
      of JAAS 1.0, use the JDK 1.4 version

      Spent many hours looking in a way to replace default jboss jaas implementation
      by jaas.jar from 1.4 when using jdk1.3. Unsuccesfully.

      Could someone point me to any howto ?
      10Q