Bug 25580
| Summary: | Safari adds ".html" to downloaded file despite Content Disposition header | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rob Lewis <groblewis> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cdumez |
| Priority: | P2 | ||
| Version: | 525.x (Safari 3.2) | ||
| Hardware: | Mac | ||
| OS: | All | ||
Rob Lewis
Trying to download a small XML file to be saved by the browser. Its MIME type is "application/x-madx" and its Content Disposition header declares an explicit filename like "MyFile.madx".
In spite of this, Safari downloads the file as "MyFile.madx.html".
FireFox handles it correctly, saving the file as "MyFile.madx".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 25578 ***
Lucas Forschler
Mass moving XML DOM bugs to the "DOM" Component.