Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Ludwig Magnusson
That was it. Thanks =) -- From: Konstantin Kolinko Sent: Tuesday, April 24, 2012 7:08 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.35 filters not invoked for error-pages 2012/4/24 Ludwig Magnusson : Thanks for your reply. First of all: I have solved the acutal problem caused

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Konstantin Kolinko
2012/4/24 Ludwig Magnusson : > Thanks for your reply. > > First of all: I have solved the acutal problem caused by this in a more > stable way. > > But out of curiosity I tried your solution and it does not work either. > this is my setup: > > >   myservlet >   mypackage.MyServlet > > > >   myse

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-24 Thread Ludwig Magnusson
REQUEST FORWARD /Ludwig -Ursprungligt meddelande- From: Christopher Schultz Sent: Monday, April 23, 2012 4:05 PM To: Tomcat Users List Subject: Re: Tomcat 6.0.35 filters not invoked for error-pages -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludwig, On 4/22/12 2:26 PM, Ludwig

Re: Tomcat 6.0.35 filters not invoked for error-pages

2012-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludwig, On 4/22/12 2:26 PM, Ludwig Magnusson wrote: > Hello. I found some strange behavour in tomcat 6.0.35 when > declaring error-pages in my web.xml. When tomcat picks up an error > and redirects it to the location given by the element in > , the f

Tomcat 6.0.35 filters not invoked for error-pages

2012-04-22 Thread Ludwig Magnusson
Hello. I found some strange behavour in tomcat 6.0.35 when declaring error-pages in my web.xml. When tomcat picks up an error and redirects it to the location given by the element in , the filters that would have been invoked for that location are actually not invoked. I found an almost identi