thanks,
i think that you are right in understanding the general concept.
however, in my servlet i do:
| WebAuthentication webA = new WebAuthentication();
| boolean flag = webA.login(user, pass);
|
which if i understand correctly is intended exactly for this problem.
also note that the flag is 'true' meaning the web login is good.
so i still do not understand why after logging in with the servlet, protected pages still
get re-directed to the login.jsp?
jboss people, can you assist, please?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136178#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...