How can I get the current HttpServletResponse in the login module in JBoss 4.2.3.GA?
For the HttpServletRequest I can do:
PolicyContext.getContext("javax.servlet.http.HttpServletRequest");
They tried to change the line, but with no luck, an exception was thrown.
Is there a way to get the current HttpServletResponse in the login module in JBoss 4.2.3.GA?
source share