When redirecting using the web.redirect, it preserves the query strings.
How can I prevent this? I'd like to process the queries, then redirect to a different page without the queries.

(It doesn't do this when using the HTTPServerRequest.redirect, but that doesn't redirect using the full url. And I'd like to be able to use web's redirect.)