[Webkit-unassigned] [Bug 12341] Shows the HTML / javascript "text" and does not render the page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 23 03:51:33 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12341
------- Comment #19 from ddkilzer at webkit.org 2007-01-23 03:51 PDT -------
(In reply to comment #18)
> Ha, too late. I cleared the cache and now the bug doesn't happen any more.
> Unfortunately I didn't save a copy of ~/Library/Caches/Safari/ :-(
Very interesting. This looks a lot like Bug 7396 Comment #21 where a
Content-Type of text/plain is returned with a 304 http status:
$ telnet www.oreilly.com 80
Trying 208.201.239.36...
Connected to www.oreilly.com.
Escape character is '^]'.
GET /catalog/html5/ HTTP/1.1
Host: www.oreilly.com
Connection: close
If-Modified-Since: Tue, 23 Jan 2007 11:32:51 GMT
HTTP/1.1 304 Not Modified
Date: Tue, 23 Jan 2007 11:33:55 GMT
Server: Apache
ETag: "6cdf2f-a950-45afe024"
X-Cache: MISS from www.oreilly.com
Connection: close
Content-Type: text/plain
Connection closed by foreign host.
$
--
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