View Issue Details

IDProjectCategoryView StatusLast Update
0006219OXID eShop (all versions)2.1. Master Settingspublic2023-06-29 14:35
Reportermichael_keiluweit Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.5 / 5.2.5 
Fixed in Version7.0.0 
Summary0006219: Missing documentation for not allowed signs in SMTP fields.
DescriptionBecause the fields oxshops__oxsmtp* are checked by the method oxConfig::checkParamSpecialChars some signs aren't allowed, like & or < > .
This causes wrong validation data for the SMTP server and the shop is not able to send mails anymore.
Steps To ReproduceEnter the SMTP password: ox&id

Add the following code at the end of the file bootstrap.php:

var_dump(oxRegistry::getConfig()->getActiveShop()->oxshops__oxsmtppwd->value);


Press F5 and see that the displayed string is
string 'ox&a mp;id' (length=9)
(ignore the whitespace as I had to write it therefore Mantis doesn't translate it anymore.)
TagsNo tags attached.
ThemeAll
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.