summaryrefslogtreecommitdiff
path: root/web/WEB-INF/web.xml
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-03-31 22:35:43 -0700
committerJesse Morgan <jesse@jesterpm.net>2014-03-31 22:35:43 -0700
commit38c12cf70ef4714a7fc508f7fbaf44487ea971b7 (patch)
tree59d29b82f65952653f789615db1003b431be607a /web/WEB-INF/web.xml
parentcfb2c5ef6582e51ae9cfdfff35e12b5b7fdc24fb (diff)
Locking down restlet library version.
While trying to fix this issue, I also moved FMFacade into this package and fixed a couple bugs that snuck into the last commit.
Diffstat (limited to 'web/WEB-INF/web.xml')
-rw-r--r--web/WEB-INF/web.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index a06031c..4b85bde 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -41,14 +41,4 @@
<servlet-name>RestletServlet</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
-
- <error-page>
- <error-code>404</error-code>
- <location>/notfound.html</location>
- </error-page>
-
- <error-page>
- <error-code>500</error-code>
- <location>/error.html</location>
- </error-page>
</web-app>