Bug 60745 - WebProcess sandbox denies file:/// accesses after you navigate to a nonexistent file
Summary: WebProcess sandbox denies file:/// accesses after you navigate to a nonexiste...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 18:54 PDT by Sam Weinig
Modified: 2011-05-12 19:11 PDT (History)
0 users

See Also:


Attachments
Patch (1.60 KB, patch)
2011-05-12 18:58 PDT, Sam Weinig
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-05-12 18:54:38 PDT
WebProcess sandbox all denies file:/// accesses after you navigate to a nonexistent file.
Comment 1 Sam Weinig 2011-05-12 18:56:44 PDT
To reproduce:

1) Go to a file: url that exists.
2) Go to another file: that doesn't exist
3) Try to go to a file: url that exists.

You won't be able to go to the file: url in step 3.
Comment 2 Sam Weinig 2011-05-12 18:58:21 PDT
Created attachment 93387 [details]
Patch
Comment 3 Sam Weinig 2011-05-12 19:11:50 PDT
Committed r86409: <http://trac.webkit.org/changeset/86409>