java - Request based intrusion detection in Tomcat -



java - Request based intrusion detection in Tomcat -

i'm wondering if there way force tomcat requests through custom class (e.g without having heavily modify codebase) things running regex check xss , sql injection attacks , deny them/sanitize them based on knowledge.

thanks

of course of study - utilize filter:

http://www.google.com/search?sourceid=chrome&ie=utf-8&q=java+xss+filter http://www.google.com/search?sourceid=chrome&ie=utf-8&q=java+servlet+filter

java tomcat java-ee intrusion-detection

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -