View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004010 | OXID eShop (all versions) | 4.02. Session handling | public | 2012-05-07 17:11 | 2012-05-23 15:20 |
| Reporter | tjungcl | Assigned To | |||
| Priority | urgent | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.5.10 revision 44222 | ||||
| Fixed in Version | 4.6.1 revision 45706 | ||||
| Summary | 0004010: force_sid added in https to every link | ||||
| Description | when you have a shop with https, you'll have force_sid parameters on nearly every link. (not reproducable in demoshop, because its not available in https) Bug lies in the two regex patterns in oxconfig.php -> isCurrentUrl Wrong: /^(http:\/\/)?([^\/]+)/i Correct: /^(https?:\/\/)?([^\/]+)/i | ||||
| Additional Information | Please fix soon in 4.5.9/10, because i' not yet willing to update to 4.6 and oxconfig.php is not extendable, so this cant be fixed with a module, thanks. | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| related to | 0003929 | resolved | vaidas.matulevicius | [EE-only] Mall ssl url detection is broken |