Author: jacopoc
Date: Tue Jun 4 09:09:36 2019
New Revision: 1860592
URL:
http://svn.apache.org/viewvc?rev=1860592&view=revLog:
Fixed: removed override directives to let the system perform proper validation
of user input.
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/servicedef/services.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/party/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/servicedef/services.xml?rev=1860592&r1=1860591&r2=1860592&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/servicedef/services.xml Tue Jun 4 09:09:36 2019
@@ -777,10 +777,6 @@ under the License.
<attribute name="returnId" type="String" mode="IN" optional="true"/>
<attribute name="custRequestId" type="String" mode="IN" optional="true"/>
<attribute name="action" type="String" mode="IN" optional="true"/><!-- to indicate any special action like: REPLY, REPLYALL, FORWARD or empty for no special action-->
- <override name="headerString" allow-html="any"/>
- <override name="content" allow-html="any"/>
- <override name="messageId" allow-html="any"/>
- <override name="subject" allow-html="safe"/>
</service>
<service name="createCommunicationEvent" engine="simple"
location="component://party/minilang/communication/CommunicationEventServices.xml" invoke="createCommunicationEventWithPermission" auth="true">