GNOME Bugzilla – Bug 628644
Remove slashes from filenames
Last modified: 2013-09-07 17:07:15 UTC
epiphany 2.30.3 1. Go to http://gitorious.com/itoral-totem-grilo/totem-grilo/blobs/master/patches/configure.in.patch 2. Click "Raw blob data" 3. Click "Save as...", "patches/configure.in.patch" is proposed as a name 4. Click OK (I'm saving it on my desktop, which has a "patches" subdirectory) 5. See that the file is nowhere to be found In 3., you can also click "Open...", which won't actually open anything
In fact, it seems completely unable to save the file, even when removing the "patches/" bit of the filename...
*** Bug 615534 has been marked as a duplicate of this bug. ***
*** Bug 615323 has been marked as a duplicate of this bug. ***
Reposting Dan's comment: Dan Winship [developer] 2010-04-09 22:11:07 UTC yes, epiphany should definitely be ignoring any path components in Content-Disposition, for just that reason. If you use soup_message_headers_get_content_disposition(), it automatically strips the path for you. (It's been suggested that there should probably be a "soup_message_get_filename()" that would use the Request URI, Content-Location, or Content-Disposition as appropriate to come up with a good filename.)
This bug no longer exits in epiphany. Tested against epiphany-3.8.1 and webkit 2.0.1. Please verify and close the bug if it doesn't exist anymore?
Tested trying to save: http://gitorious.org/itoral-totem-grilo/totem-grilo/source/c639cb017f51e0bc08c8eb5815cfb1f8ef58d927:patches/configure.in.patch And it seems to work.