Bug 164117 - [Fetch] Ensure redirection count is no more than 20 in case of cross origin requests
Summary: [Fetch] Ensure redirection count is no more than 20 in case of cross origin r...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 02:49 PDT by youenn fablet
Modified: 2016-10-28 07:02 PDT (History)
5 users (show)

See Also:


Attachments
Patch (99.29 KB, patch)
2016-10-28 02:56 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-10-28 02:49:53 PDT
Redirection continues forever in case of redirections followed with preflight.
Comment 1 youenn fablet 2016-10-28 02:56:31 PDT
Created attachment 293132 [details]
Patch
Comment 2 youenn fablet 2016-10-28 02:57:03 PDT
(In reply to comment #1)
> Created attachment 293132 [details]
> Patch

Some redirection tests are failing as CFNetwork is restricting redirections to 16 at the moment.
Comment 3 WebKit Commit Bot 2016-10-28 07:02:12 PDT
Comment on attachment 293132 [details]
Patch

Clearing flags on attachment: 293132

Committed r208046: <http://trac.webkit.org/changeset/208046>
Comment 4 WebKit Commit Bot 2016-10-28 07:02:17 PDT
All reviewed patches have been landed.  Closing bug.