java - General hardening tips for a Apache Tomcat JSP application -
java - General hardening tips for a Apache Tomcat JSP application -
i developing quite straightforward crud webapplication company. using apache tomcat 6.0 , jstl 1.2
the application on road beingness finished , withstands constructive testing , basic mischief such invalid input format in forms.
the security level doesn't have high since it's internal use, still i'd have basics covered.
i trying harden , or accomplish failsafety/exceptionsafety , looking general hints , tipps usualy error sources lie.
what have thought of:
sql injection ('fixed' using prepared statements) fail gracefully on sql-exceptions range checking on parameters such pagenumberswhat recommendations this?
thanks in advance
the owasp (open web application security project) guide on tomcat pretty thorough. many first-class resources on site.
java security jsp jstl
Comments
Post a Comment