Re: Authentication Pattern

2003-12-15 Thread Adam Hardy
On 12/15/2003 06:05 PMĀ Renato Romano wrote: it seems to me the simplest way to authenticate users is using form base auth, in conjunction with declarative security (declaring resources/roles in web.xml); the main problem with this approach in my opinion is handling several login pages, for example;

Authentication Pattern

2003-12-15 Thread Renato Romano
I would like some clarifications about handling authentication in a webapp: it seems to me the simplest way to authenticate users is using form base auth, in conjunction with declarative security (declaring resources/roles in web.xml); the main problem with this approach in my opinion is handling