summaryrefslogtreecommitdiff
path: root/web
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
commitdcb9d839c9a30adc833af51e5c0f5a0df8175ce2 (patch)
tree523be788e99a196c0df64e11a06d831b64a38179 /web
parentadba5974bae4da0def1f13d47cfcf28a37e3cf7a (diff)
Locking down restlet library version.20140331a
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')
-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>