svn commit: r744177 - /ofbiz/trunk/framework/webtools/servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r744177 - /ofbiz/trunk/framework/webtools/servicedef/services.xml

jonesde
Author: jonesde
Date: Fri Feb 13 17:03:35 2009
New Revision: 744177

URL: http://svn.apache.org/viewvc?rev=744177&view=rev
Log:
Changed a couple of services to allow any html (ie not filter for HTML) as they are for incoming XML; related to issue #OFBIZ-2189

Modified:
    ofbiz/trunk/framework/webtools/servicedef/services.xml

Modified: ofbiz/trunk/framework/webtools/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/servicedef/services.xml?rev=744177&r1=744176&r2=744177&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/webtools/servicedef/services.xml Fri Feb 13 17:03:35 2009
@@ -31,7 +31,7 @@
         <description>Parses an entity xml file or an entity xml text</description>
         <permission-service service-name="entityMaintPermCheck" main-action="VIEW"/>
         <attribute name="url" type="java.net.URL" mode="IN" optional="true"/>
-        <attribute name="xmltext" type="String" mode="IN" optional="true"/>
+        <attribute name="xmltext" type="String" mode="IN" optional="true" allow-html="any"/>
         <attribute name="mostlyInserts" type="String" mode="IN" optional="true"/>
         <attribute name="maintainTimeStamps" type="String" mode="IN" optional="true"/>
         <attribute name="txTimeout" type="Integer" mode="IN" optional="true"/>
@@ -45,7 +45,7 @@
         <permission-service service-name="entityMaintPermCheck" main-action="VIEW"/>
         <attribute name="filename" type="String" mode="IN" optional="true"/>
         <attribute name="fmfilename" type="String" mode="IN" optional="true"/>
-        <attribute name="fulltext" type="String" mode="IN" optional="true"/>
+        <attribute name="fulltext" type="String" mode="IN" optional="true" allow-html="any"/>
         <attribute name="isUrl" type="String" mode="IN" optional="true"/>
         <attribute name="mostlyInserts" type="String" mode="IN" optional="true"/>
         <attribute name="maintainTimeStamps" type="String" mode="IN" optional="true"/>