Closed (won't fix)
Project:
Salesforce Suite
Version:
7.x-3.x-dev
Component:
salesforce_soap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2016 at 20:18 UTC
Updated:
21 Feb 2026 at 19:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mariacha1 commentedHere's a patch taking advantage of the
hook_salesforce_push_params_alter()function within the salesforce_soap module to look for any mapped values with html in them, and escape it. From what I could tell, just throwing<![CDATA[]]>around everything wouldn't hurt it, but I only tested with strings and dates and would hate to be wrong!Comment #3
aaronbauman7.x is no longer supported