View Issue Details

IDProjectCategoryView StatusLast Update
0001485OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:35
ReporterMoehlis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.1 revision 27257 
Summary0001485: ssl non-seo links redirect to non-ssl seo links
Descriptionexample: https://shop/?cl=contact
will redirect to: http://shop/contact/
correct is: https://shop/contact/

The problem lies in oxubase.php:496 (_processRequest()) where the redirection is always made with getShopURL. A simple check if the link is issl should fix it.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2009-11-18 09:30

reporter   ~0002094

Fixed.

FYI: instead of $this->getConfig()->getShopURL() should be used $this->getConfig()->getCurrentShopUrl(). No special $this->getConfig()->isSsl() check needed.