Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2009 at 21:21 UTC
Updated:
3 Nov 2009 at 19:50 UTC
Running Ubercart RC7. If you try to create a CIM profile reference but the customer information contains any xml special characters (& < > "), the request will fail. A simple patch is attached--uses htmlspecialchars to do the encoding. That's what Drupal core uses for XMLRPC requests.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_authorizenet.module.patch | 507 bytes | krlucas |
Comments
Comment #1
rszrama commentedCommitted, thanks.