Java - How does the Tuckee URL Rewrite filter change the url of the request?
Posted
by Spines
on Stack Overflow
See other posts from Stack Overflow
or by Spines
Published on 2010-01-26T04:57:09Z
Indexed on
2010/04/27
21:43 UTC
Read the original article
Hit count: 249
I want to write my own version of url rewriting for my app, but I don't know how to change the url of the incoming request in the filter.
I tried just forwarding to the rewritten url, but that makes it so all other filters in the chain are not called.
© Stack Overflow or respective owner