Re: Forward filter mapping including path info

2008-11-12 Thread Florian Hopf
Hi Mark, Mark Thomas schrieb: > Florian Hopf wrote: >> >> Is a mapping containing a path info not supported for forwards? > > Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=45441 > > This is fixed in 6.0.x trunk if you want to try that or wait for 6.0.19. > Thank's a lot, that's

Re: Forward filter mapping including path info

2008-11-11 Thread Mark Thomas
Florian Hopf wrote: > Hi, > > I am in a situation where I want to map a forward filter based on a > servlet and an additional path. The path that is forwarded to looks > something like this: > > /servlet/long/path.to/my.jsp > > The path info is mapped by the servlet to a JSP in the file system.

Re: Forward filter mapping including path info

2008-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian, Florian Hopf wrote: > Is a mapping containing a path info not supported for forwards? So, just to clarify: * You have a filter you'd like to apply to /servlet/long/path/my.jsp * You configured the filter to be active on FORWARD dispatches *

Forward filter mapping including path info

2008-11-06 Thread Florian Hopf
Hi, I am in a situation where I want to map a forward filter based on a servlet and an additional path. The path that is forwarded to looks something like this: /servlet/long/path.to/my.jsp The path info is mapped by the servlet to a JSP in the file system. My filter declaration looks like this