summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-15 22:19:46 +0000
committerHenri Herscher <henri@oreka.org>2006-02-15 22:19:46 +0000
commit9715acd41446b46c6bb3214fb015862e2cf1cacc (patch)
treed6422b009b3de331183cf6c89d18349a92b99008
parenteb16e055fe7a80e88b56879f73bd2bfc15b765fd (diff)
OrkWeb Debugging mode is now off by default
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@181 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--orkweb/context/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkweb/context/WEB-INF/web.xml b/orkweb/context/WEB-INF/web.xml
index 7fd4fa3..d460500 100644
--- a/orkweb/context/WEB-INF/web.xml
+++ b/orkweb/context/WEB-INF/web.xml
@@ -17,7 +17,7 @@
</context-param>
<context-param>
<param-name>Debug</param-name>
- <param-value>true</param-value>
+ <param-value>false</param-value>
</context-param>
<filter>
<filter-name>redirect</filter-name>