[Webkit-unassigned] [Bug 27113] New: Ogg mimetypes are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 05:18:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27113

           Summary: Ogg mimetypes are incorrect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.ietf.org/rfc/rfc5334.txt
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: john at nextraweb.com


The mimetypes introduced in the changeset here
http://trac.webkit.org/changeset/43972 have incorrect types for the
application/ogg in initializeMediaTypeMaps()
application/ogg should no longer cover .ogg files, instead they should be under
audio/ogg.

Which would leave you with:
// Ogg 
{ "application/ogg", "ogx" }, 
{ "audio/ogg", "ogg" }, 
{ "audio/ogg", "oga" }, 
{ "video/ogg", "ogv" }, 

See the attached URL for further information. You should also be able to refer
to http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list