Update of /var/cvs/contributions/natmm/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv8820/WEB-INF

Modified Files:
        web.xml 
Log Message:
NMCMS-413 - Also use a custom 404-page for 500-errors.


See also: http://cvs.mmbase.org/viewcvs/contributions/natmm/WEB-INF
See also: http://www.mmbase.org/jira/browse/NMCMS-413


Index: web.xml
===================================================================
RCS file: /var/cvs/contributions/natmm/WEB-INF/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- web.xml     15 Feb 2008 11:12:30 -0000      1.3
+++ web.xml     18 Apr 2008 13:20:09 -0000      1.4
@@ -132,6 +132,10 @@
       <error-code>404</error-code>
       <location>/natmm/404/index.html</location>
   </error-page>
+  <error-page>
+      <error-code>500</error-code>
+      <location>/natmm/404/index.html</location>
+  </error-page>
   <taglib>
     <taglib-uri>/WEB-INF/tld/struts-bean.tld</taglib-uri>
     <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to