0 Replies Latest reply on Jun 4, 2014 1:38 AM by pradeepsixer

    Write to HttpServletResponse from AuthenticatorBase

    pradeepsixer

      We have a custom AuthenticationModule written by extending AuthenticatorBase. Previously we used Tomcat 5.5 Catalina API and now we switched to Tomcat 7 Catalina API.

       

      Previously, the j_security_check, gave back the HTTP response , possibly the return value of authenticate method in AuthenticatorBase. But after the upgrade, there is no HTTP response body from the j_security_check. Is there any way to achieve the same effect as before ?