Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Carolina Lopez   on Sep 30 In Java Category.

  
Question Answered By: Ryan Evans   on Sep 30

There're many best practices for securing web-apps in the Java source
(java.sun.com) or others. JAAS is a powerfull/nice way to go but you
have not to implement even a line of JAAS in 90% of cases, you just
use it as your Servlet Container exposes to you. Look for how to
secure web  applications in Tomcat e.g.
Try not to use HttpSession as your application  should handle many
aspects of security  itself. Let alone (if) your container
implementation uses HttpSession/cookies/... to handle the stuff.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Security Or get search suggestion and latest updates.


Tagged: