[Webkit-unassigned] [Bug 29299] New: [Soup] Should not ignore body for redirection responses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 06:34:37 PDT 2009


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

           Summary: [Soup] Should not ignore body for redirection
                    responses
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk, Soup
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org


We currently fail to redirect when braindead techniques like this are used:

> curl -v http://flipper.googlelabs.com/
* About to connect() to flipper.googlelabs.com port 80 (#0)
*   Trying 74.125.93.141... connected
* Connected to flipper.googlelabs.com (74.125.93.141) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.5 (x86_64-pc-linux-gnu) libcurl/7.19.5 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 libssh2/1.2
> Host: flipper.googlelabs.com
> Accept: */*
> 
< HTTP/1.1 302 Found
< Content-Type: text/html; charset=utf-8
< Expires: Fri, 01 Jan 1990 00:00:00 GMT
< Pragma: no-cache
< Cache-control: no-cache, must-revalidate
< Set-Cookie: FLIPS=7c1545bffe118b96; path=/
< Date: Wed, 16 Sep 2009 13:34:01 GMT
< Server: Google Frontend
< Transfer-Encoding: chunked
< 
* Connection #0 to host flipper.googlelabs.com left intact
* Closing connection #0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN"><html><head><title>Google Fast Flip</title><meta
http-equiv="REFRESH"
content="0;url=http://fastflip.googlelabs.com"></HEAD><BODY></BODY></HTML>

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