How can I get the current HttpServletResponse in JBoss 4.2.3.GA login module?
For HttpServletRequest I can do:
PolicyContext.getContext("javax.servlet.http.HttpServletRequest");
Have tried changing the string but no luck, an exception is thrown.
Is there any way to get the current HttpServletResponse in JBoss 4.2.3.GA login module?