View Issue Details

IDProjectCategoryView StatusLast Update
0005911OXID eShop (all versions)2.3. Extensions (modules, themes)public2015-03-31 09:40
Reportertomas_liubinas Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Summary0005911: oxViewConfig::getModuleUrl() method does not work for admin in SSL mode
DescriptionoxViewConfig::getModuleUrl() is used for loading module assets in frontend and in admin. However when called in admin area it does not take into account admin SSL mode. When admin is under HTTPS and the assets such as JS is loaded over $oViewConf->getModuleUrl() method in admin area, the JS file is attempted to load from HTTP and is blocked by browser as insecure asset.

The correct behavior is:
- oxViewConfig::getModuleUrl() should take HTTPS admin into account.
OR
- a separate method (eg. oxViewConfig::getModuleAdminUrl()) should be implemented.
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

tadas

2014-10-31 10:24

reporter   ~0010297

When shop ssl url is set, module ssl url is properly retrieved.