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 StandardContextValve.java in @Override public final void

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-27 Thread Konstantin Kolinko
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 StandardContextValve.java in >>> >>> @Override >>> public final void invoke(Request request, Response response) >>> throws

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivan, On 8/27/12 11:33 AM, Ivan Polak wrote: > Dne 27.8.2012 17:27 "Christopher Schultz" > napsal(a): >> >> Is there any reason you are using 7.0.ancient instead of >> 7.0.latest? How about trying 7.0.29? > > I am using tomcat 7.0.29 and problem is

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 using 7.0.ancient instead of 7.0.latest? > How abo

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-27 Thread Christopher Schultz
-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 using 7.0.ancient instead of 7.0.latest? How about trying 7.0.29? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/

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) >> throws IOException, ServletException {

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Konstantin Kolinko
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) > throws IOException, ServletException { > > > > // Select the Wrapper to be used for this Reques

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Ivan Polak
I have found, where is the problem. problem is in StandardContextValve.java in @Override public final void invoke(Request request, Response response) throws IOException, ServletException { // Select the Wrapper to be used for this Request Wrapper wrapper = request.getWr

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Konstantin Kolinko
2012/8/26 Ivan Polak : > Hi, > > I have version 4.0.5 of UrlRewriteFilter, I built it from source code > from svn repository (jar file created by maven build script and > included to project). With version 4.0.3 is also the same problem (jar > file downloaded from UrlRewrite home page). > > I have

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Ivan Polak
Hi, I have version 4.0.5 of UrlRewriteFilter, I built it from source code from svn repository (jar file created by maven build script and included to project). With version 4.0.3 is also the same problem (jar file downloaded from UrlRewrite home page). I have all rules for UrlRewriteFilter define

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-26 Thread Konstantin Kolinko
2012/8/26 Ivan Polak : > thank you for your answer. > > "invitations" is served by a filter and translated from > http://localhost:8080/app/invitations/ to Spring MVC controller, in > urlrewrite filter configuration is: > > > > /invitations/(.*) > /invitations.html >

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-25 Thread Ivan Polak
thank you for your answer. "invitations" is served by a filter and translated from http://localhost:8080/app/invitations/ to Spring MVC controller, in urlrewrite filter configuration is: /invitations/(.*) /invitations.html and in Spring MVC configuration is:

Re: problem with filters on Tomcat 7.0.16 and above

2012-08-25 Thread Konstantin Kolinko
2012/8/25 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, > > URLRewrite

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