Bug 83161 - webkit_download_get_suggested_filename returns a filename with a slash in it when the last path component of the url contains %2F
Summary: webkit_download_get_suggested_filename returns a filename with a slash in it ...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-04 08:00 PDT by Martin Natano
Modified: 2017-03-11 11:02 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.