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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -