Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 730 Bytes

File metadata and controls

13 lines (11 loc) · 730 Bytes

UrlRewriteFilter

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 to 5.x
  • main branch created from the 3.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 (but log4j used for tests)
  • line endings changed to LF