View Issue Details

IDProjectCategoryView StatusLast Update
0003759OXID eShop (all versions)4.07. Source code, Testpublic2022-02-01 08:54
Reportertjungcl Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.8 revision 42471 
Fixed in Version4.9.0 / 5.2.0 
Summary0003759: oxstr classes missing htmlspecialchars_decode
Descriptionby default, phps htmlspecialchars_decode function doesnt use the ENT_QUOTES parameter - so, when you encode something with getStr()->htmlspecialchars(...), you cannot decode it properly without knowing about the ENT_QUOTES parameter.

--> add htmlspecialchars_decode wrapper to oxstr classes with ENT_QUOTES param set.
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

svetlana

2014-03-28 10:01

reporter   ~0009713

waiting for the PO decision.

SvenBrunk

2022-02-01 08:54

administrator   ~0013631

Since 4.9.0 / 5.2.0 the default for the methods is now to have $iQuotStyle=ENT_QUOTES