[JBoss-user] [Security & JAAS/JBoss] - Re: logout when having used j_security_check

2004-05-13 Thread mwallner
anbenham, could you please post the source code of your method? Thanks, - markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834751#3834751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834751 ---

[JBoss-user] [Security & JAAS/JBoss] - Download Servlet does not work with activated security

2004-05-11 Thread mwallner
Hi! I implemented a simple DownloadFileServlet which works fine AS LONG AS JBoss security manager is turned off. As soon as it is turned on in web.xml via etc.., downloading a file does not work anymore. The error message "the file could not be found" shows up. The server log does unfortunatel

[JBoss-user] [Security & JAAS/JBoss] - logout when having used j_security_check

2004-05-11 Thread mwallner
Hi! I log my user in with the help of j_security_check, form-based. Works fine. But how can I then log out the user again? I use JBoss v. 3.2.3. Thanks, - Markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834456#3834456 Reply to the post : http://www.

[JBoss-user] [Security & JAAS/JBoss] - Re: Form-based Login question

2004-05-07 Thread mwallner
Thanks a lot! - Markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834107#3834107 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834107 --- This SF.Net email is s

[JBoss-user] [Security & JAAS/JBoss] - Form-based Login question

2004-05-05 Thread mwallner
Hi! I am using form-based login with j_security_check. After the user has logged in, some initalization is done (values are set into the session variable, etc). If a non-authenticated user requests a protected resource, he is redirected to the form-based login page (that's fine), but then redir