Results 1 to 1 of 1
- 04-17-2010, 12:47 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 50
- Rep Power
- 0
servlet secure loging best practice
Hi i have written a couple of servlets that use from based login,
ie two fields which are queried against an online database,
- > fail > redirect to error page
- > success > redirect to next page
is this still " good practice" or is there a "better way"
from what i understand this is relatively secure as the web browser can't access anything but the html login page, which then sends the information to
tomcat, and the servlets process.
how can a hacker break into this sort of system, because i intend to build a few more of them ?
thanks
Similar Threads
-
java practice
By miko5054 in forum New To JavaReplies: 3Last Post: 03-22-2010, 05:31 PM -
servlet secure login
By simo_mon in forum Java ServletReplies: 0Last Post: 11-07-2009, 02:04 AM -
Best practice for packaging add-ons
By Goose in forum Advanced JavaReplies: 2Last Post: 08-05-2009, 10:51 PM -
SCJA - practice
By Mihail Kravsun in forum Java CertificationReplies: 2Last Post: 04-29-2009, 07:26 AM -
Best practice of IF loop with NOT
By sathishranganathan in forum Advanced JavaReplies: 13Last Post: 05-29-2008, 12:11 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks