aspose file tools
The moose likes Servlets and the fly likes authentication & security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "authentication & security" Watch "authentication & security" New topic
Author

authentication & security

moshik salem
Greenhorn

Joined: Dec 06, 2011
Posts: 10
hi,

do anyone have a link or a link to a well-explained tutorial which concerns to a security based FORM with authentication issue with the all deal of

authentication filtering?

thank you.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2329
Not sure what you mean by "authentication filtering", but start here for general information about servlet security: http://www.coderanch.com/how-to/java/ServletsFaq#security
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

Pretty much any decent book on J2EE that covers JSPs and servlets will have a chapter on configuring the container-managed security system and FORM-based authentication.

They then usually ruin all their good work by presenting demos that have a "login page" done as user code instead of using the container security system. Long experience has taught me that the technical term for user-code logins is "hacked". The container-managed security system has its own pre-debugged login code which is much more secure.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
 
jQuery in Action, 2nd edition
 
subject: authentication & security
 
Threads others viewed
Java client accessing .net WS
Setting wsse:Security from Java swing client
How to use SQL database for J2EE web logins
authentication in jboss
Setting WAS 5.1 admin password
developer file tools