View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005911 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2014-10-07 16:11 | 2015-03-31 09:40 |
Reporter | tomas_liubinas | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0005911: oxViewConfig::getModuleUrl() method does not work for admin in SSL mode | ||||
Description | oxViewConfig::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. | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||