[Webkit-unassigned] [Bug 30080] New: resource content not displayed for some resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 10:02:26 PDT 2009


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

           Summary: resource content not displayed for some resources
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmuellr at yahoo.com
                CC: timothy at hatcher.name, aroben at apple.com,
                    jeroen.bensch at dommel.be, kmccullough at apple.com


In the Resources panel, the resource data (HTTP response data) is not always
displayed.

See Bug 28812, comment 6.

A case where this occurs is when loading the URL:

   http://www.lumacentral.com/CocaCola/index.html

One of the resources, named "execBatch" has an HTTP response which is not
displayed.  Here is a replay of the individual resource request in curl.  As
you can see, there actually is some content coming from the request.

$ curl -H "Content-Type: application/xml" -d "<lw2p-requests><lw2p-request
action='getCurrentPortal'/></lw2p-requests>" -v
http://www.lumacentral.com/CocaCola/w2p/execBatch
- About to connect() to www.lumacentral.com port 80 (#0)
-   Trying 194.78.34.228... connected
- Connected to www.lumacentral.com (194.78.34.228) port 80 (#0)
> POST /CocaCola/w2p/execBatch HTTP/1.1
> User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3
> Host: www.lumacentral.com
> Accept: */*
> Content-Type: application/xml
> Content-Length: 72
> 
< HTTP/1.1 200 OK
< Date: Mon, 05 Oct 2009 15:36:37 GMT
< Cache-Control: no-cache
< Set-Cookie: JSESSIONID=49ACA557EE891188BDB2B334CF2B4B7E; Path=/CocaCola
< mime-type: application/xml
< Transfer-Encoding: chunked
< Content-Type: text/plain
< 
<?xml version="1.0" encoding="UTF-8"?>
- Connection #0 to host www.lumacentral.com left intact
- Closing connection #0
<lw2p-replies><lw2p-reply action="getCurrentPortal"><portal description=""
id="52" name="CocaCola" version="10"/></lw2p-reply></lw2p-replies>

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