aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/WEB-INF/urlrewrite.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-05 16:35:06 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-05 16:35:06 +0100
commit7880fd60bb6ba5237d269a1b840a412c4438dd39 (patch)
tree4162d2826c79dde8955b9197bb8be9e27ca82b3f /src/main/webapp/WEB-INF/urlrewrite.xml
parentc688292feaae9005644c83a14a26a420a570fae1 (diff)
downloadesper-testing-7880fd60bb6ba5237d269a1b840a412c4438dd39.tar.gz
esper-testing-7880fd60bb6ba5237d269a1b840a412c4438dd39.tar.bz2
esper-testing-7880fd60bb6ba5237d269a1b840a412c4438dd39.tar.xz
esper-testing-7880fd60bb6ba5237d269a1b840a412c4438dd39.zip
o Integrating the separate person app into the front page app.
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>