Bug 83161

Summary: webkit_download_get_suggested_filename returns a filename with a slash in it when the last path component of the url contains %2F
Product: WebKit Reporter: Martin Natano <natanoptacek>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Martin Natano 2012-04-04 08:00:36 PDT
example url: https://d19vezwu8eufl6.cloudfront.net/nlp/slides%2F03-01-FormalizingNB.pdf
when getting the suggested filename for the example url the suggested filename contains a slash.
At least on unix machines slashes are not allowed in file names.