Bug 111788 - [WK2] Don't try to create a sandbox extension when path is empty
Summary: [WK2] Don't try to create a sandbox extension when path is empty
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 15:49 PST by Alexey Proskuryakov
Modified: 2013-03-07 17:50 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (1.91 KB, patch)
2013-03-07 15:54 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-03-07 15:49:29 PST
File objects in FormData sometimes have empty paths (see bug 111778). In this case, we fail to create a sandbox extension, log an error to console. This should not happen, because this is not an error condition.
Comment 1 Alexey Proskuryakov 2013-03-07 15:54:51 PST
Created attachment 192100 [details]
proposed patch
Comment 2 WebKit Review Bot 2013-03-07 17:50:04 PST
Comment on attachment 192100 [details]
proposed patch

Clearing flags on attachment: 192100

Committed r145167: <http://trac.webkit.org/changeset/145167>
Comment 3 WebKit Review Bot 2013-03-07 17:50:07 PST
All reviewed patches have been landed.  Closing bug.