Bug 1777893 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The download button starts a POST request, but then the file is served through GET.
I imagine the page loaded by the POST request does a location.href to start the GET request.
The download button starts a POST request, but then the file is served through GET.
The page loaded by the POST request does a location.href to start the GET request.
The download button starts a POST request, but then the file is served through GET.
The page loaded by the POST request does a location.href to start the GET request.
This may be a problem with GetFileNameFromChannel

Back to Bug 1777893 Comment 10