Active urlrewrite rules
Question
How can I see all the active urlrewrite rules?
Answer
In the Jahia tools, in the section "Miscellaneous Tools," you can find the URL rewriting rules. This displays a full overview of all defined URL rewrite rules.
Additionally, it could be useful to activate debug logging for classes in package "org.tuckey.web.filters.urlrewrite". Especially the class RuleBase shows which rule is executed (other useful classes are Condition, SetAttribute and URLRewriter).