Re: mod_ruby triggers Bug in IE 6.0

Shugo Maeda <[email protected]> Tue, 23 May 2006 06:28:22 +0900
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Hi,
Thank you, Hannes and Brian.

Brian Candler wrote:
> So there might be cases other than charset where the parameter value *is*
> case sensitive, and therefore IMO mod_ruby should not be blindly
lowercasing
> the whole line.

I don't remember why parameter values are lowercased, but I
commited changes not to lowercase parameter values.

------------------------------------------------------------------------
r121 | shugo | 2006-05-23 06:23:42 +0900 (Tue, 23 May 2006) | 2 lines
Changed paths:
   M /mod_ruby/trunk/request.c

do not call downcase content_type, content_encoding, and content_lnaguages.

------------------------------------------------------------------------

Thanks,
Shugo