Re: CSRF prevention filter for REST

2015-10-26 Thread Violeta Georgieva
Hi, 2015-10-14 21:39 GMT+03:00 Violeta Georgieva : > > Hi, > > I would like to provide such a filter as part of the default Tomcat filters [1]. > My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this

CSRF prevention filter for REST

2015-10-14 Thread Violeta Georgieva
Hi, I would like to provide such a filter as part of the default Tomcat filters [1]. My plan is to extract the common functionality from the current CsrfPreventionFIlter in a base class and then to use this functionality in both CsrfPreventionFilter and the new filter which will be for REST. I