RE: FORM based authentication referer

2004-01-21 Thread Guy Rouillier
Ricardo García wrote: > Here's some starting context for my question > > I have a war file that has been configured to use FORM based > authentication. I have set the in the > web.xml of the war file to point to a jsp file in my war > file. When a user invokes any jsp without being logged >

FORM based authentication referer

2004-01-21 Thread Ricardo García
Here's some starting context for my question I have a war file that has been configured to use FORM based authentication. I have set the in the web.xml of the war file to point to a jsp file in my war file. When a user invokes any jsp without being logged in the login jsp is displayed. Th