Details
-
New Feature
-
Resolution: Duplicate
-
Major
-
None
-
1.0 RC3
-
None
-
Low
-
N/A
-
N/A
-
Description
I propose to extend the URLFactory to support outbound rewrite rules.
This would allow to have calls to getURL(..) rewrite URLs based on regular expression
Example
rule1=/xwiki/bin/view/Main/(.)?id=(.)
rule1-target=/pages/$1/$2
would transform
/xwiki/bin/view/Main/page1?id=123
into
/pages/page1/123
Attachments
Issue Links
- is related to
-
XWIKI-9430 Allow rewriting outbound URLs
- Closed
- relates to
-
XWIKI-1179 Inbound Rewrite rules
- Closed