Bug 26144 - Add enum parameter to ThreadableLoader creator to indicate if strict origin check for redirection should be performed or not
Summary: Add enum parameter to ThreadableLoader creator to indicate if strict origin c...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-02 11:48 PDT by Jian Li
Modified: 2009-06-02 17:42 PDT (History)
3 users (show)

See Also:


Attachments
Proposed Patch (18.26 KB, patch)
2009-06-02 11:51 PDT, Jian Li
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2009-06-02 11:48:42 PDT
Add enum parameter to ThreadableLoader creator to indicate if strict origin check for redirection should be performed or not.
Comment 1 Jian Li 2009-06-02 11:51:41 PDT
Created attachment 30878 [details]
Proposed Patch
Comment 2 Jian Li 2009-06-02 17:42:34 PDT
Per the discussion, we're not going to add this additional enum. Instead, we are going to add a layout test to make sure that the expected URL origin check on redirection will not be broken.