Re: JDBCRealm logout and welcome page

2005-10-17 Thread David Delbecq
Hi, (undecipherable name :)) There are 2 kinds of web pages in a webapp: those with a security-constraint (see security-constraint part of web.xml description on the net), and those who have no security-constraints. If you want your welcome accessible without authentification, then it must have no

JDBCRealm logout and welcome page

2005-10-14 Thread 梁炳場
After logout with JDBCRealm FORM and if the welcome page stays within the webapp, is it possible? I wonder when the welcome page is within the webapp, JDBCRealm will ask the username and password, but after logout, welcome page within the webapp should not be asked for username and password. Shou