View Issue Details

IDProjectCategoryView StatusLast Update
0002380OXID eShop (all versions)2. ----- eShop backend (admin) -----public2011-08-01 16:38
Reporterralph.g 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.5 revision 31315 
Target VersionFixed in Version4.5.2 revision 38481 
Summary0002380: duplicate slashes remove fails if https
Descriptionoxutilsfile.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 Reproduceupload pdf file to article from https secured admin area.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-16 16:49

reporter   ~0004595

@developers: check from source code side if such issue still exist