diff options
Diffstat (limited to 'src/main/webapp')
-rwxr-xr-x[-rw-r--r--] | src/main/webapp/WEB-INF/urlrewrite.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/urlrewrite.xml b/src/main/webapp/WEB-INF/urlrewrite.xml index 4d909ca..a649f8b 100644..100755 --- a/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/src/main/webapp/WEB-INF/urlrewrite.xml @@ -21,6 +21,11 @@ <to type="forward">/person/person.jspx</to> </rule> + <rule match-type="regex"> + <from>^/person/([-_0-9A-Za-z]{22})$</from> + <set type="parameter" name="uuid">$1</set> + <to type="forward">/person/person.jspx</to> + </rule> <rule match-type="regex"> <from>^/build/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$</from> |