Tim Funk wrote:
> I have not used it before.
> 
> I can't imagine why it would not preserve POST requests.

OP's probably confusing redirect with forward.

Gotcha to look out for: you'll need to set the Host you're using to be
the default Host in the Engine, or *.domain.com requests will go to the
wrong location.

Either that or you'll constantly be adding Aliases.


p




> -Tim
> 
> Anand HS wrote:
>> Thanks Andre and Tim for the quick response.
>> I do not have an apache server right now. So URL Rewrite tool seems
>> like a
>> good solution.
>> However, I understand that the URL rewrite mechanism ends up losing any
>> parameters when a HTTP POST request is sent to my domain resource.
>> While I am right now downloading and will do a complete read up on
>> URLRewriter, could you give me quick heads up based on your experience of
>> this tool, if it handles HTTP Post request and does it preserve my
>> parameters. ?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to