[html5] Validator is incorrectly detecting that the page encoding is utf-8 when it is actually iso-8859-1

Brett Ryan brett.ryan at gmail.com
Tue Mar 26 15:23:07 PDT 2013


On 27/03/2013, at 4:21 AM, jonathan chetwynd <j.chetwynd at btconnect.com> wrote:

> the server also has the possibility to set the 'Content-Encoding'

No content-encoding is being set, transfer-encoding is set to "chunked" which is to be expected for JSP content.

Full response headers are:

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=927E13FC494CE7313FA335BD602E1B6D; Path=/rps/; HttpOnly
Content-Type: text/html;charset=ISO-8859-1
Transfer-Encoding: chunked
Date: Tue, 26 Mar 2013 22:16:56 GMT




More information about the Help mailing list