View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004985 | OXID eShop (all versions) | 2.6. Administer orders | public | 2013-03-08 16:15 | 2014-02-24 13:55 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0004985: escape "/" input in last name field | ||||
Description | The PDF invoices are generated in this format: [number]_[lastname].pdf If a client enters a forward slash in the field for the last name, the PDF will not be generated as a forward slash means a path in linux based systems. This slash shall be escaped while storing the last name to the database. | ||||
Steps To Reproduce | Register with a "/" in the last name field. Order something. Try to print a PDF invoice for this order. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
May be related to https://bugs.oxid-esales.com/view.php?id=4140 |
|
Added filename parsing for pdf generation. Will remove non valid characters now. Appropriate characters in name are 'a-zA-z0-9.-_' |