Bug 80198 - AssociatedURLLoader doesn't support Access-Control-Expose-Headers field in response.
Summary: AssociatedURLLoader doesn't support Access-Control-Expose-Headers field in re...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 15:26 PST by Bill Budge
Modified: 2012-03-03 10:50 PST (History)
3 users (show)

See Also:


Attachments
Proposed Patch (3.16 KB, patch)
2012-03-02 15:37 PST, Bill Budge
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Budge 2012-03-02 15:26:46 PST
The CORS expose header mechanism is broken.
Comment 1 Bill Budge 2012-03-02 15:37:23 PST
Created attachment 129968 [details]
Proposed Patch
Comment 2 Adam Barth 2012-03-02 16:44:15 PST
Comment on attachment 129968 [details]
Proposed Patch

I wonder if we should have an HTTPHeaderNames.h similar to the one in Chromium to help avoid these sorts of bugs...  It might be worth waiting until we see this problem again.
Comment 3 WebKit Review Bot 2012-03-02 18:44:17 PST
Comment on attachment 129968 [details]
Proposed Patch

Rejecting attachment 129968 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

Last 500 characters of output:
_by_email
    return self._reviewer_only(self.account_by_email(email))
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/config/committers.py", line 632, in account_by_email
    return self._email_to_account_map().get(email.lower()) if email else None
  File "/mnt/git/webkit-commit-queue/Tools/Scripts/webkitpy/common/config/committers.py", line 525, in _email_to_account_map
    assert(email not in self._accounts_by_email)  # We should never have duplicate emails.
AssertionError

Full output: http://queues.webkit.org/results/11796250
Comment 4 WebKit Review Bot 2012-03-03 10:50:06 PST
Comment on attachment 129968 [details]
Proposed Patch

Clearing flags on attachment: 129968

Committed r109661: <http://trac.webkit.org/changeset/109661>
Comment 5 WebKit Review Bot 2012-03-03 10:50:10 PST
All reviewed patches have been landed.  Closing bug.