Re: writing tomcat filters

2012-06-26 Thread Mark Thomas
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

writing tomcat filters

2012-06-25 Thread Varrun Ramani
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