View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004026 | OXID eShop (all versions) | 4.04. Security | public | 2012-05-10 12:56 | 2012-05-17 16:39 |
Reporter | molineus | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.6.0 revision 44406 | ||||
Fixed in Version | 4.6.1 revision 45706 | ||||
Summary | 0004026: oxConfig::isSsl() doesn't work if only sAdminSSLURL is activated | ||||
Description | If only the admin ssl is activated (not the sslshopurl) in the config.inc.php _blIsSsl isn't a boolean and isSsl() doesn't work. How to fix it: oxConfig::isSsl() if ($this->isAdmin() && !$this->_blIsSsl) { $this->_blIsSsl = $this->getConfigParam('sAdminSSLURL') ? true : false; } | ||||
Steps To Reproduce | 1. activate sAdminSSLURL in config.inc.php 2. deactivate sSSLShopURL 3. login in backend and goto cms pages for instance | ||||
Additional Information | PHP version 5.3.3-7+squeeze9 | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | 5.3 | ||||
Database Version | any | ||||
related to | 0003929 | resolved | vaidas.matulevicius | [EE-only] Mall ssl url detection is broken |