You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/08/05 20:50:19 UTC

[Bug 64646] Header "set" does not replace content-disposition header passed from content handler

https://bz.apache.org/bugzilla/show_bug.cgi?id=64646

--- Comment #1 from Christophe JAILLET <ch...@wanadoo.fr> ---
Hi,

In the doc, a few lines above what you mention, you have a warning which
explains that the 'onsucess" or 'always' "conditions" may give different
results depending of your use case. One of this difference is when:

  - You're modifying or removing a header generated by a CGI script or by
mod_proxy_fcgi, in which case the CGI scripts' headers are in the table
corresponding to always and not in the default table.

This looks like your use case.

Does:
   Header always set "content-disposition" "baz"
helps?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org