diff options
Diffstat (limited to 'web/WEB-INF')
-rw-r--r-- | web/WEB-INF/web.xml | 10 |
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> |