Re: problem with filters on Tomcat 7.0.16 and above

2012-08-27 Thread Ivan Polak
On 27 August 2012 22:13, Konstantin Kolinko wrote: > 2012/8/27 Ivan Polak : >> On 26 August 2012 23:05, Konstantin Kolinko wrote: >>> 2012/8/27 Ivan Polak : >>>> I have found, where is the problem. >>>> >>>> problem is in StandardContextV

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-27 Thread Ivan Polak
Dne 27.8.2012 17:27 "Christopher Schultz" napsal(a): > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ivan, > > On 8/26/12 7:00 PM, Ivan Polak wrote: > > in Tomcat 7.0.14 (where everything is OK) is not null. > > Is there any reason you are usi

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Ivan Polak
On 26 August 2012 23:05, Konstantin Kolinko wrote: > 2012/8/27 Ivan Polak : >> I have found, where is the problem. >> >> problem is in StandardContextValve.java in >> >> @Override >> public final void invoke(Request request, Response response) >>

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Ivan Polak
request is : http://localhost:8080/app/invitations/ (served by UrlRewrite filter), object wrapper is NULL! in CoyoteAdapter.java on line 649: request.setWrapper((Wrapper) request.getMappingData().wrapper); is set NULL. Ivan On 26 August 2012 22:25, Konstantin Kolinko wrote: > 2012/8/26 I

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Ivan Polak
/settings.html, which is 'direct' link to Spring MVC controller, createFilterChain method was called. thanks Ivan Dne 26.8.2012 17:00 "Konstantin Kolinko" napsal(a): > > 2012/8/26 Ivan Polak : > > thank you for your answer. > > > > "invitations&qu

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-25 Thread Ivan Polak
default *.js pluploadServlet /upload 30 . thanks Ivan On 25 August 2012 16:34, Konstantin Kolinko wrote: > 2012/8/25 Ivan Polak : >> Hi! >> >> Recently, we have migrated my web app from Tomcat 6.0.16 to Tomcat >> 7.0

problem with filters on Tomcat 7.0.16 and above

2012-08-25 Thread Ivan Polak
Hi! Recently, we have migrated my web app from Tomcat 6.0.16 to Tomcat 7.0.29. The application works fine for most of the part but gives problem with URLRewriteFilter. I am using URLRewriteFilter version 4.0.5. In tomcat 6.0.16 everything is OK, URLRewriteFilter has status information page on ht