-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Saurabh,
On 5/25/16 10:33 PM, saurabh.su...@rbs.com.INVALID wrote:
> I am already extending JAASCallbackHandler and getting Name and
> password through that. How can we get HTTLServletRequest through
> JAASCallbackHandler?
I'm interested in a simil
On 18/05/2016 03:56, saurabh.su...@rbs.com.INVALID wrote:
> Hello experts
>
> How to acess HttpServletRequest in Jaas login module in Tomcat? In
> Jboss we can get it through
>
>
> HttpServletRequest request =
> (HttpServletRequest)PolicyContext.getContext(&qu
On 18/05/2016 03:56, saurabh.su...@rbs.com.INVALID wrote:
> Hello experts
>
> How to acess HttpServletRequest in Jaas login module in Tomcat? In Jboss we
> can get it through
>
>
> HttpServletRequest request =
> (HttpServletRequest)
Hello experts
How to acess HttpServletRequest in Jaas login module in Tomcat? In Jboss we can
get it through
HttpServletRequest request =
(HttpServletRequest)PolicyContext.getContext("javax.servlet.http.HttpServletRequest")
But it's not working in Tomcat since Jacc is not supp