aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/urlrewrite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/urlrewrite.xml')
-rw-r--r--src/main/webapp/WEB-INF/urlrewrite.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/urlrewrite.xml b/src/main/webapp/WEB-INF/urlrewrite.xml
index ff4bf10..e5f3338 100644
--- a/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -15,4 +15,10 @@
<to type="forward">/index.jspx</to>
</rule>
+ <rule match-type="regex">
+ <from>^/person/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$</from>
+ <set type="parameter" name="uuid">$1</set>
+ <to type="forward">/person/person.jspx</to>
+ </rule>
+
</urlrewrite>