[Webkit-unassigned] [Bug 66811] New: ResourceRequest::setStorageSession should update NSURLRequest as well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 14:22:05 PDT 2011


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

           Summary: ResourceRequest::setStorageSession should update
                    NSURLRequest as well
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ap at webkit.org, beidson at apple.com, jberlin at webkit.org


ResourceRequest::setStorageSession() creates a new CFMutableURLRequest and stores it as its m_cfRequest. This means, that when USE(CFNETWORK) is enabled, the CF and NS requests are out of sync. We should update the m_nsRequest field as well in that method.

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