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.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/main/webapp/WEB-INF/urlrewrite.xml b/src/main/webapp/WEB-INF/urlrewrite.xml
deleted file mode 100755
index cc02ca8..0000000
--- a/src/main/webapp/WEB-INF/urlrewrite.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 4.0//EN"
- "http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd">
-
-<!--
-
- See http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/4.0/index.html
-
--->
-
-<urlrewrite>
-
- <rule match-type="wildcard">
- <from>/</from>
- <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>
-
- <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>
- <set type="parameter" name="uuid">$1</set>
- <to type="forward">/build/build.jspx</to>
- </rule>
-
-</urlrewrite>