[Webkit-unassigned] [Bug 123493] New: webcore may send error http headers when this resource should be 304

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 22:18:57 PDT 2013


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

           Summary: webcore may send error  http headers when  this
                    resource should be 304
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://qiao.baidu.com/home
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: coocon2007 at gmail.com


Created an attachment (id=215471)
 --> (https://bugs.webkit.org/attachment.cgi?id=215471&action=review)
the red circles show the error http request header

Overview: 

   webkit may send error  http headers when  this resource should be 304 or from local cache. 

Steps to Reproduce: 

1.open the url: http://qiao.baidu.com/home/
2.please CTRL + F5  to refresh page, so that we can get fresh javascript file.
3.now input this url: http://qiao.baidu.com/faq/  then press "Enter" to load this page.
4. here is the bug:  the file "http://hm.baidu.com/h.js?8db5c93095eb9ce1eecafd9c1ff57ab5" , this javascript file's referer is "http://qiao.baidu.com/home/" , that is the problem;



Actual Results: 

   this javascript's referer is  "http://qiao.baidu.com/home/"

Expected Results: 

 this javascript's referer should be "http://qiao.baidu.com/faq/"
(the javascript file: "http://hm.baidu.com/h.js?8db5c93095eb9ce1eecafd9c1ff57ab5")


Build Date & Platform: 

    build:   2013.10.29  (almost all webkit core) on windows 8 

Additional Builds and Platforms: 

     windows 8... (should be all Platforms )





this bug was also report in chromium's issues, the url is:

https://code.google.com/p/chromium/issues/detail?id=312272

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