I have a URL like example.com/sample.html?h=22&w=23
How to use UrlRewriteFilter to remove parameters from this URL and redirect the request using example.com/sample.html URL? I need to remove the parameters because my application (hosted on Tomcat) does not process these parameters.
url rewriting
gleebus
source share