diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-05 16:35:06 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-05 16:35:06 +0100 |
commit | 7880fd60bb6ba5237d269a1b840a412c4438dd39 (patch) | |
tree | 4162d2826c79dde8955b9197bb8be9e27ca82b3f /src/main/webapp/WEB-INF | |
parent | c688292feaae9005644c83a14a26a420a570fae1 (diff) | |
download | esper-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')
-rwxr-xr-x | src/main/webapp/WEB-INF/urlrewrite.xml | 2 |
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> |