[Webkit-unassigned] [Bug 19072] New: Resource types should only be identfied by the Content-Type value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 02:26:49 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19072

           Summary: Resource types should only be identfied by the Content-
                    Type value
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: markus.wulftange at gmail.com


The type of data of responses should only be identified by the Content-Type
value that was sent. It should not be tried to "guess" the content type.

Examples:
* If a HTML document contains a link to an external CSS stylesheet only
responses with the Content-Type value "text/css" should be accepted.
* If a HTML document embedds an image via the IMG element only responses with
valid values for image types (e.g. "image/...") should be accepted.


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



More information about the webkit-unassigned mailing list