Access session from DatabaseServerLoginModule for jBoss 6?
Chris Whites
Greenhorn
Joined: May 04, 2006
Posts: 3
posted
0
I am migrating an application from 4.2.3 to 6 and have extended DatbaseServerLoginModule.
In that code, I access the session using HttpServletRequest request = (HttpServletRequest) PolicyContext.getContext("javax.servlet.http.HttpServletRequest");
Under 4.2.3 it works fine, but under 6, it throws: