[Webkit-unassigned] [Bug 31077] New: [Qt] ASSERT failure when receiving 401 HTTP Authentication response.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 12:12:30 PST 2009


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

           Summary: [Qt] ASSERT failure when receiving 401 HTTP
                    Authentication  response.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


QNetworkReplyHandler::sendResponseIfNeeded() does not send the response for any
error situation, but QNetworkReplyHandler::finish() calls
client->didFinishLoading() for some error conditions. That leads to 
ASSERT(!m_response.isNull()) ,  in MainResourceLoader::didReceiveData().

If we decide to handle the error response as if there was no error, we should
also send the response to the client in sendResponseIfNeeded().

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