Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 11:54 UTC
Updated:
20 Aug 2009 at 14:50 UTC
uc_order.js constructs URLs containing unescaped pieces of user-provided text data. This is a problem when in /admin/store/orders/create you search or create users with a firstname/lastname/email containing problematic characters such as "/" or "+".
The attached patch sends the data pieces I could find through encodeURIComponent().
| Comment | File | Size | Author |
|---|---|---|---|
| uc_order.js_.patch | 1.13 KB | wimh |
Comments
Comment #1
rszrama commentedThanks again, Wim. Committed.