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.