You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2012/05/21 17:35:03 UTC

svn commit: r1341075 - /ofbiz/trunk/framework/minilang/config/minilang.properties

Author: adrianc
Date: Mon May 21 15:35:02 2012
New Revision: 1341075

URL: http://svn.apache.org/viewvc?rev=1341075&view=rev
Log:
Temporarily disable Mini-language validation until the overhaul is finished and the invalid/deprecated code is fixed.

Modified:
    ofbiz/trunk/framework/minilang/config/minilang.properties

Modified: ofbiz/trunk/framework/minilang/config/minilang.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/config/minilang.properties?rev=1341075&r1=1341074&r2=1341075&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/config/minilang.properties (original)
+++ ofbiz/trunk/framework/minilang/config/minilang.properties Mon May 21 15:35:02 2012
@@ -20,7 +20,7 @@
 # Mini-language parsing validation level: strict/lenient/none. Strict will throw
 # exceptions during runtime when XML errors or syntax errors are encountered,
 # while lenient will only log a warning. A setting of none disables validation.
-validation.level=lenient
+validation.level=none
 
 # Enable mini-language auto-correction. If set to true, mini-language will attempt
 # to correct common syntax errors. The corrections are saved in the original