View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002519 | OXID eShop (all versions) | 1.04. Content, static (register, contact etc.) pages | public | 2011-02-14 16:05 | 2011-05-30 09:52 |
| Reporter | gpayer | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.4.6 revision 32697 | ||||
| Fixed in Version | 4.5.1 revision 38045 | ||||
| Summary | 0002519: 404 page is does not set an approriate Content-Type header | ||||
| Description | The standard 404 page produced by oxUtils::handlePageNotFoundError does not send an appropriate Content-Type header. Therefor if the shop runs in UTF-8 the Content-Type header in the HTTP Response still says ISO-8859-15 and most browsers will interpret the web page this way. Adding if(oxConfig::getInstance()->isUtf()) $this->setHeader("Content-Type: text/html; charset=UTF-8"); in handlePageNotFoundError fixes this bug. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||