[Webkit-unassigned] [Bug 16269] WebKit fails WICD XMLHttpRequest gzip'd content test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 01:41:47 PST 2007


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |XML
           Keywords|                            |NeedsRadar




------- Comment #8 from ap at webkit.org  2007-12-26 01:41 PDT -------
The headers are a bit weird still - I think they trigger a CFNetwork heuristic
for misconfigured servers, and it decides that the file is supposed to be
downloaded as is, not decoded and displayed. Namely,

1. The file has a .tgz extension.
2. Its Content-Type is text/plain.
3. Its Content-Encoding is gzip.

(1) and (2) look highly improbable in combination.

So, while this test is now formally valid, it still pushes the limits a bit.
OTOH, it's clearly a bug that CFNetwork's heuristic for main resources is
enabled for XMLHttpRequest responses (and for subresources, see bug 10409, bug
9521).

We need a way to suppress this CFNetwork heuristic.


-- 
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