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
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.
-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
*
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