need to strtolower() the key first before we ucfirst() it.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Mar 2010 18:56:21 +0000 (14:56 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Mar 2010 18:56:21 +0000 (14:56 -0400)
commit3e6d1441a7635ed9ce8078b34b356f08f22d9422
tree3cfd2d637f4d8fce1d15af99ef00effdc6a3b842
parent2aa47b34d9acd2b029aa10ad96a0048b59dc06a6
need to strtolower() the key first before we ucfirst() it.

I'm thinking it might be easier to just put these in as-is, and
assume we need to strtolower() any X-* headers for comparison.

RFC2616 (HTTP/1.1) says headers are case insensitive anyway, so we probably
shouldn't be relying on case for comparisons...
framework/Controller/lib/Horde/Controller/Request/Http.php