Re: Alternatives to J2EE Authentication

2004-02-27 Thread Carlos Cajina - Hotmail
] To: [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 10:31 PM Subject: Re: Alternatives to J2EE Authentication Having just researched this, here's what i found. Using a javax.servlet.Filter works very well. As you say, You check the session for an attribute value that indicates authentication

Alternatives to J2EE Authentication

2004-02-26 Thread Steven J. Owens
Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list. What are people's favorite alternatives to J2EE authentication? And why? Something I'm particularly interested

Re: Alternatives to J2EE Authentication

2004-02-26 Thread Nathan Maves
. What are people's favorite alternatives to J2EE authentication? And why? Something I'm particularly interested is alternatives that don't require me to rebuild the application from scratch. I'm looking at tearing out the old login process and putting in a new one and I don't really want

Re: Alternatives to J2EE Authentication

2004-02-26 Thread David Evans
, 2004-02-26 at 18:19, Steven J. Owens wrote: Hi folks, The most common (and frustrating) bookmarked login page gotcha with J2EE authentication has been oft-discussed (broken as designed) on this list. What are people's favorite alternatives to J2EE authentication? And why