Author: hansbak
Date: Fri Oct 1 02:57:13 2010
New Revision: 1003365
URL:
http://svn.apache.org/viewvc?rev=1003365&view=revLog:
allow < and > in noteinfo field
Modified:
ofbiz/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1003365&r1=1003364&r2=1003365&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Fri Oct 1 02:57:13 2010
@@ -61,6 +61,7 @@ under the License.
<description>Update a note record</description>
<auto-attributes include="pk" mode="INOUT" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
+ <override name="noteInfo" allow-html="safe"/>
</service>
<service name="adjustDebugLevels" engine="java"