Bug 68612 - [Qt] Redirection overflow errors have wrong error domain
Summary: [Qt] Redirection overflow errors have wrong error domain
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jesus Sanchez-Palencia
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-09-22 05:06 PDT by Jesus Sanchez-Palencia
Modified: 2011-09-22 05:42 PDT (History)
0 users

See Also:


Attachments
Patch (3.31 KB, patch)
2011-09-22 05:30 PDT, Jesus Sanchez-Palencia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.