Bug 68612

Summary: [Qt] Redirection overflow errors have wrong error domain
Product: WebKit Reporter: Jesus Sanchez-Palencia <jesus>
Component: WebKit QtAssignee: Jesus Sanchez-Palencia <jesus>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jesus Sanchez-Palencia 2011-09-22 05:06:30 PDT
Redirection overflow currently puts the URL hostname in the errorDomain field in QNetworkReplyHandler::redirect(). We should expose that error somehow.
Comment 1 Jesus Sanchez-Palencia 2011-09-22 05:30:21 PDT
Created attachment 108316 [details]
Patch
Comment 2 Andreas Kling 2011-09-22 05:33:15 PDT
Comment on attachment 108316 [details]
Patch

Sure, this is better. r=me
Comment 3 Jesus Sanchez-Palencia 2011-09-22 05:42:37 PDT
Comment on attachment 108316 [details]
Patch

Clearing flags on attachment: 108316

Committed r95710: <http://trac.webkit.org/changeset/95710>
Comment 4 Jesus Sanchez-Palencia 2011-09-22 05:42:44 PDT
All reviewed patches have been landed.  Closing bug.