[Webkit-unassigned] [Bug 42240] [GTK] http/tests/media/video-cookie.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 03:37:08 PDT 2010


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





--- Comment #3 from Philippe Normand <pnormand at igalia.com>  2010-07-14 03:37:08 PST ---
So after some investigation it seems the client gets a valid cookie after the first request to the server but then fails to send it again for the second request. Here's a trace of the HTTP session:

GET /media/resources/setCookie.cgi?name=resources/test.mp4 HTTP/1.1
Host: 127.0.0.1:8000
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip

HTTP/1.1 200 OK
Date: Wed, 14 Jul 2010 10:25:44 GMT
Server: Apache/2.2.15 (Debian) mod_ssl/2.2.15 OpenSSL/0.9.8o PHP/5.3.2-1 with Suhosin-Patch
Cache-Control: no-store, no-cache="set-cookie"
Set-Cookie: TEST=resources/test.mp4
Content-Length: 0
Content-Type: text/plain

GET /media/resources/video-cookie-check-cookie.php HTTP/1.1
Host: 127.0.0.1:8000
transferMode.dlna: Streaming
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+
icy-metadata: 1
Referer: file:///home/phil/gst/jhbuild/build/WebKit/LayoutTests/http/tests/media/video-cookie.html
Accept: */*
Accept-Encoding: gzip

HTTP/1.1 200 OK
Date: Wed, 14 Jul 2010 10:25:44 GMT
Server: Apache/2.2.15 (Debian) mod_ssl/2.2.15 OpenSSL/0.9.8o PHP/5.3.2-1 with Suhosin-Patch
X-Powered-By: PHP/5.3.2-1
Content-Length: 0
Content-Type: text/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