[Webkit-unassigned] [Bug 25326] New: Webkit treats 404 server response as HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 09:12:20 PDT 2009


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

           Summary: Webkit treats 404 server response as HTML
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: b30r4 at 6zap.com


If page includes some CSS file and it is missing - webkit treats 404 server
response (usually this is HTML page with some CSS inside) as CSS. So styles
from 404 page are applied to main page.
I've attached two files - one is common html page which includes missing CSS
file using LINK tag. Other - is server response for 404 error (in my httpd.conf
I have 
        ErrorDocument 404 /404.html
)
So if you will try to open that missing css - you will see 404.html as server
response (HTTP code 404 is returned)


-- 
Configure bugmail: https://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