[Webkit-unassigned] [Bug 13355] Images on the URL do not load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 15 14:03:38 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |mitz at webkit.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from mitz at webkit.org  2007-04-15 14:03 PDT -------
The server is picky:

$ curl -I -H "Accept: */*"
"http://lilypond.org/doc/v2.10/input/test/lily-0c257c31dd"
HTTP/1.1 200 OK
Date: Sun, 15 Apr 2007 20:50:27 GMT
Server: Apache
Content-Location: lily-0c257c31dd.txt
Vary: negotiate,accept,accept-charset,Accept-Encoding
TCN: choice
Set-Cookie: id=89.0.180.58.dynamic.barak-online.net.291851176670227631; path=/
Set-Cookie: id=89.0.180.58.dynamic.barak-online.net.291851176670227631; path=/
Last-Modified: Sun, 18 Feb 2007 02:12:10 GMT
ETag: "1758042-e-45d7b5fa;45e1f0e8"
Accept-Ranges: bytes
Content-Length: 14
Content-Type: text/plain; charset=utf-8

$ curl -I -H "Accept: image/png"
"http://lilypond.org/doc/v2.10/input/test/lily-0c257c31dd"
HTTP/1.1 200 OK
Date: Sun, 15 Apr 2007 20:50:34 GMT
Server: Apache
Content-Location: lily-0c257c31dd.png
Vary: negotiate,accept,accept-charset,Accept-Encoding
TCN: choice
Set-Cookie: id=89.0.180.58.dynamic.barak-online.net.290801176670234596; path=/
Set-Cookie: id=89.0.180.58.dynamic.barak-online.net.290801176670234597; path=/
Last-Modified: Sun, 18 Feb 2007 02:12:27 GMT
ETag: "1758041-4c8-45d7b60b;45e1f0e8"
Accept-Ranges: bytes
Content-Length: 1224
Content-Type: image/png


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