[Webkit-unassigned] [Bug 8069] New: Filename specified in Content-Disposition meta-tag is ignored

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 29 18:11:31 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8069

           Summary: Filename specified in Content-Disposition meta-tag is
                    ignored
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
               URL: http://www.sveinbjorn.org/search
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: sveinbt at hi.is


If a filename is provided for an HTML document in the Content-Disposition META
tag, in the following (and correct) fashion:

<meta http-equiv="Content-Disposition" content="inline; filename=myname.html">

it is completely ignored by the Safari browser when you choose "Save as..." for
the page source.  Instead, Safari creates its own file name from the page's
TITLE attribute and appends a ".html" suffix to it.  This is, I believe, a
violation of the standard.  At any rate, Firefox behaves correctly and respects
the Content-Disposition filename.

Of course, this is a trivial bug, but it would be nice to see it fixed --
especially since the fix would require very little work indeed.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list