GNOME Bugzilla – Bug 678658
Epiphany save image as suggests wrong filename
Last modified: 2014-01-13 23:33:29 UTC
Right-click save-image-as suggests the wrong filename to save. If the URL has a query string component, it's included in the filename. Reproduce: 1. go to a website with query string components (eg. www.topgear.com) 2. right click 3. save image as. The filename suggested is: image.jpg?p=120622_04:52 the filename suggested should be: image.jpg If an image is the only web content, save as (as opposed to save image as) suggests the correct name.
We now use the data in the Content-Disposition header to get the right filename, so this should work for sites that respect that. topgear.com seems to work. I guess we should still strip the params in the fallback case when we use the path, though, so leaving this open to check that.
This looks related to (or maybe the same as?) bug 674291.
Best I can tell this is now fixed. Please reopen if not. *** This bug has been marked as a duplicate of bug 674291 ***