View Issue Details

IDProjectCategoryView StatusLast Update
0007672OXID eShop (all versions)1.04. Content, static (register, contact etc.) pagespublic2024-07-03 09:02
Reportermf Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version7.1.0 
Summary0007672: wrong getHomeLink when force_sid in URL
DescriptionThe OxidEsales\EshopCommunity\Core\ViewConfig::getHomeLink is incorrect if the URL contains force_sid. This is visible on the contact page in the address information.



Steps To Reproduce- 1a) enter http instead of https in $this->sShopURL
- 1b) alternatively:
$this->blForceSessionStart = true;
$this->blSessionUseCookies = false;

- Call up contact page (/contact)
- URL is not only the domain, but also contains the path and force_sid

TagsNo tags attached.
Attached Files
image.png (34,828 bytes)   
image.png (34,828 bytes)   
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2024-06-13 07:43

administrator   ~0017039

Reproduced. -MK