[jboss-user] [Security & JAAS/JBoss] - Re: combination of JAAS

zilbi do-not-reply at jboss.com
Thu Mar 13 02:44:51 EDT 2008


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#4136178

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136178



More information about the jboss-user mailing list