View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002380 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2011-01-13 13:31 | 2011-08-01 16:38 |
Reporter | ralph.g | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.5 revision 31315 | ||||
Fixed in Version | 4.5.2 revision 38481 | ||||
Summary | 0002380: duplicate slashes remove fails if https | ||||
Description | oxutilsfile.php line 671 $sUrl = str_replace('//', '/', $sUrl); $sUrl = str_replace('http:/', 'http://', $sUrl); won't work if your backend is https secured. will remove double slashfrom https:// to https:/ and won't update it back to https:// media upload will have wrong urls https://beispiel.de/out/media/demo.pdf should be https:/beispiel.de/out/media/demo.pdf is result | ||||
Steps To Reproduce | upload pdf file to article from https secured admin area. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||