Mailing List Archive

[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 <christophe.jaillet@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
[Bug 64646] Header "set" does not replace content-disposition header passed from content handler [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=64646

Raffaele Sandrini <raffaele.sandrini@origammi.co> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME

--- Comment #2 from Raffaele Sandrini <raffaele.sandrini@origammi.co> ---
You are right. Using "always" solved the issue. You are also right that it is
documented in the same segment.
However, this whole thing with the different header tables is convoluted and
one need some brain power to understand the documentation segment ;-).

--
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