Skip Menu |

This queue is for tickets about the WWW-Salesforce CPAN distribution.

Report information
The Basics
Id: 54492
Status: resolved
Priority: 0/
Queue: WWW-Salesforce

People
Owner: Nobody in particular
Requestors: PHRED [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.11
Fixed in: (no value)



Subject: Text fields should encode HTML Entities
Users who submit xsd:string typed fields with meta characters such as ampersands (&) will receive this error message: Error creating SalesForce case, eval: Can't call method "envelope" without a package or object reference at ../global/lib/tii/SalesForce.pm line 99. at ../global/lib/tii/SalesForce.pm line 99 I solved this by wrapping all such fields with HTML::Entities::encode. Patch coming.
Solution is to encode HTML entities before using WWW::Salesforce.