You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/11/22 14:15:48 UTC

[Bug 61621] Content-Type is forced to lowercase when it goes through mod_jk

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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
It is worth noting that ap_content_type_to_lower() only changes the type and
sub-type. Parameter names and values remain unchanged.

Removing this call in mod_jk breaks the use of AddOutputFilterByType.

Testing with mod_proxy confirms that it doesn't change the case of the
Content-type but also demonstrates that the use of AddOutputFilterByType is
broken with mod_proxy if the Content-type is not lower case.

I looked, but could not find, any bug reports against mod_proxy for
AddOutputFilterByType not working.

I don't have any objections to making the mod_jk behaviour configurable
although I do think that the current behaviour should remain the default. I am
therefore moving this issue to an enhancement request.

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