Bug 101096

Summary: report-blocked-uri-cross-origin.html is failing
Product: WebKit Reporter: Alice Boxhall <aboxhall>
Component: WebCore Misc.Assignee: Thomas Sepez <tsepez>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch. none

Description Alice Boxhall 2012-11-02 13:41:27 PDT
http://trac.webkit.org/changeset/133323 seems to have caused http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html to start failing.
Comment 1 Thomas Sepez 2012-11-02 13:47:14 PDT
This a bug in the test cleanup, since a pre-existing report.txt file from an earlier X-XSS-Protection test is being used in a CSP test later on.  This means that the echo-report.pl script wasn't called properly as part of the X-XSS-Protection test case.
Comment 2 Thomas Sepez 2012-11-02 14:39:32 PDT
Created attachment 172143 [details]
Patch.
Comment 3 Adam Barth 2012-11-02 14:41:46 PDT
Thanks.
Comment 4 WebKit Review Bot 2012-11-02 15:02:12 PDT
Comment on attachment 172143 [details]
Patch.

Clearing flags on attachment: 172143

Committed r133356: <http://trac.webkit.org/changeset/133356>
Comment 5 WebKit Review Bot 2012-11-02 15:02:16 PDT
All reviewed patches have been landed.  Closing bug.