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.