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

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

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

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