| Author |
How to save success JAAS authentication?
|
daphna deutsch
Greenhorn
Joined: Nov 17, 2005
Posts: 17
|
|
I’m trying to secure my web application using JAAS and Jboss7.
When I’m trying to access secure page – it popup the login page as expected,
But after success login, it keep popup the login page.
If I use the default servlet - j_security_check – it remember the login.
In my servlet – what is required in order to save the authentication on the session?
Here is my code:
login.jsp
LoginServlet
|
 |
 |
|
|
subject: How to save success JAAS authentication?
|
|
|