Re: Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
Great thanks, that helped me track it down. On Fri, Mar 21, 2014 at 9:46 AM, Konstantin Kolinko wrote: > 2014-03-21 17:28 GMT+04:00 mrs.nospam : > > I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying > to > > figure out why a req

Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying to figure out why a request isn't going through the org.apache.cataline.filters.CorsFilter. It's a complex web app with a lot of filters configured. Some requests hit the filter and I can debug them properly and others are no