Bug 96260

Summary: [GTK] Sanitize the suggested filename when building the download destination URI
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, webkit.review.bot, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch gustavo: review+

Description Carlos Garcia Campos 2012-09-10 05:06:38 PDT
The suggested filename returned by the server can contain directory separators
Comment 1 Carlos Garcia Campos 2012-09-10 05:10:18 PDT
Created attachment 163094 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-10 05:15:00 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Gustavo Noronha (kov) 2012-09-10 05:23:54 PDT
Comment on attachment 163094 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=163094&action=review

> Source/WebKit2/ChangeLog:9
> +        directory separators so that thje filename would be interpreted as

thje
Comment 4 Carlos Garcia Campos 2012-09-10 06:06:15 PDT
Committed r128050: <http://trac.webkit.org/changeset/128050>