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')
-rwxr-xr-xsrc/main/webapp/WEB-INF/urlrewrite.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/urlrewrite.xml b/src/main/webapp/WEB-INF/urlrewrite.xml
index a4834c9..cc02ca8 100755
--- a/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -15,6 +15,7 @@
<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>
@@ -26,6 +27,7 @@
<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>