Create rewrite rules for your site, based on CMS documents.
URL Rewriter is a servlet filter that is installed before the HST filter in your site application. It is an extension of Paul Tuckey's UrlRewriteFilter, but instead of a packaged xml file the filter is fed with data from CMS documents. So dynamically manageable instead of statically!
Documentation is available at onehippo-forge.github.io/url-rewriter
The documentation is generated by this command:
mvn clean site:site
The output is in the docs directory; push it and GitHub Pages will serve the site automatically.