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 pagenumbers

what 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

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -