Bug 160175

Summary: Charset missing from content-type http header.
Product: Red Hat Web Site Reporter: David Woodhouse <dwmw2>
Component: FedoraAssignee: Tammy Fox <tammy.c.fox>
Status: CLOSED ERRATA QA Contact: Colin Charles <byte>
Severity: medium Docs Contact:
Priority: medium    
Version: current   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://fedora.redhat.com/docs/release-notes/fc4/errata/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-07 10:19:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Woodhouse 2005-06-12 19:32:56 UTC
The page at http://fedora.redhat.com/docs/release-notes/fc4/errata/ is encoded
in UTF-8, but the server does not give a correct Content-Type: header when
serving it. 

HTTP 1.1 defines the default charset as iso8859-1 if not otherwise specified, so
the server should be specifying UTF-8 if it's going to give a UTF-8 page.

Comment 1 David Woodhouse 2005-09-07 10:19:19 UTC
Page appears to have a suitable meta http-equiv tag now.