Author: dpillot
Date: Wed Aug 16 15:52:39 2006
New Revision: 14915
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14915&repname=jahia
Log:
http://www.jahia.net/jira/browse/JAHIA-55
added site.error.enabled property
Modified:
trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton
Modified: trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton&rev=14915&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton (original)
+++ trunk/core/src/webapp/WEB-INF/etc/config/jahia.skeleton Wed Aug 16 15:52:39
2006
@@ -737,3 +737,12 @@
######################################################################
# The following settings were inserted into this file by the
# configuration wizard and therefore are not documented.
+
+######################################################################
+### custom errorDocument site property ##############################
+######################################################################
+# this setting enable specific error document pages for each site.
+# if you uncomment this setting, you need to create an errors directory
+# with your specific errorDocument jsp pages in the site directory first!
+#
+#site.error.enabled
= true
\ No newline at end of file