This is a fork of the UrlRewriteFilter project from Paul Tuckey. The original project is no longer maintained, and this fork is intended to allow customization for Jahia needs (e.g. adding new features, fixing bugs, security vulnerabilities, etc.).
The main differences with the original project:
mainbranch renamed to5.xmainbranch created from the3.2.0tag, as Jahia uses this version in its projects- project restructured to use Maven (instead of Ant)
- JDK 11 used to build the project
- dependencies upgraded (
junit,servlet-api,slf4j-api) - only
slf4jused for logging (butlog4jused for tests) - line endings changed to LF