We have a tuckey urlrewrite config with one rule in it:
<rule enabled="true">
<name>abc</name>
<from>^/abc/([0-9]*)[/]?$</from>
<to type="forward" last="true">/abc/tmp.html?myId=$1</to>
</rule>
We expect this to forward the request to the tmp.html file which it does but it
does NOT pass along the $1 parameter. If we change the type to rewrite
everything works fine but of course the URL changes which we don't want.
I'm using
Tuckey urlrewrite3.2 on a tomcat 6 instance.
Original issue reported on code.google.com by Michael....@gmail.com on 30 Nov 2010 at 11:44
Original issue reported on code.google.com by
Michael....@gmail.com
on 30 Nov 2010 at 11:44