ned, I confused the two... Thanks
a lot for your help, hope to return the favour sometime
-Original Message-
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
Sent: Monday, August 08, 2011 10:47 AM
To: Tomcat Users List
Subject: Re: Tomcat not conforming to Servlet spec 2.4
On 08/08/2011 08:47, Konstantin Kolinko wrote:
> 2011/8/8 Nadav Katz :
>> Thank you for your answer, it hadn't occurred to me to try removing the jsp
>> mapping. Unfortunately it doesn't work...I removed it, and behavior stays
>> the same. I tried setting the STRICT_SERVLET_COMPLIANCE=true (hopin
2011/8/8 Nadav Katz :
> Thank you for your answer, it hadn't occurred to me to try removing the jsp
> mapping. Unfortunately it doesn't work...I removed it, and behavior stays the
> same. I tried setting the STRICT_SERVLET_COMPLIANCE=true (hoping the strict
> request wrapping rules would help),
2011 8:59 AM
To: Tomcat Users List
Subject: Re: Tomcat not conforming to Servlet spec 2.4+ in regards to
jsp:include
2011/8/8 Nadav Katz :
\>
> I have a filter in place for validating CSRF tokens. I only wish to validate
> requests coming from the client, so no validation for dynamic inc
2011/8/8 Nadav Katz :
\>
> I have a filter in place for validating CSRF tokens. I only wish to validate
> requests coming from the client, so no validation for dynamic includes or
> forwards. My web.xml for the filter looks like this:
>
>
> CSRFFilter
> *.jsp
> SomeServle
Hello,
I have a filter in place for validating CSRF tokens. I only wish to validate
requests coming from the client, so no validation for dynamic includes or
forwards. My web.xml for the filter looks like this:
CSRFFilter
*.jsp
SomeServlet
Servlet spec 2.4+ states u