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:
main
branch renamed to5.x
main
branch created from the3.2.0
tag, 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
slf4j
used for logging (butlog4j
used for tests) - line endings changed to LF