On 25/06/2012 23:04, Varrun Ramani wrote:
> Hi
>
> I am in the process developing a web application firewall(WAF) for
> tomcat similar to what mod security does, and am planning to use the
> filter API already present in tomcat to intercept requests and do the
> filtering. While going through the
Hi
I am in the process developing a web application firewall(WAF) for
tomcat similar to what mod security does, and am planning to use the
filter API already present in tomcat to intercept requests and do the
filtering. While going through the documentation for filters and
several examples, I see