Details
-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
-
1.0 RC3
-
None
-
patch
-
Low
-
N/A
-
N/A
-
Awaiting Committer feedback
-
Description
I propose to write a Servlet Filter to support inbound rewrite rules defined in a wiki page.
Example:
rule1=^/xwiki/pages/(.)/(.)
rule1-target=/bin/view/Main/$1?param1=$2
would transform
/xwiki/pages/page1/123
into
/xwiki/bin/view/Main/page1?param1=123
Attachments
Issue Links
- is related to
-
XWIKI-1181 Outbound rewrite rules
- Closed