phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Parameters are not passed with a forward #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please ask such questions on the mailing list rather than posting tickets here. 
Invalidating this ticket.

Original comment by avl...@gmail.com on 1 Dec 2010 at 5:28