Thanks Paul!
On Thu, May 29, 2008 at 1:58 AM, Paul Lindner <[EMAIL PROTECTED]> wrote: > I just committed a fix that does this. > > > On May 25, 2008, at 5:35 PM, Kevin Brown wrote: > >> The current header handling is a bit wonky anyway, because it's entirely >> too >> verbose for the exceptional case (multiply defined headers). >> >> A simple solution for the case sensitivity would be to use a TreeMap >> instead >> of a HashMap and pass String.CASE_INSENSITIVE_ORDER as the comparator. >> >> On Sun, May 25, 2008 at 5:23 PM, Brian Eaton <[EMAIL PROTECTED]> wrote: >> >>> It doesn't look like HttpResponse treats HTTP headers as >>> case-insensitive. Any objections to adding toLower() calls in the >>> appropriate places to make that happen? >>> > > Paul Lindner > [EMAIL PROTECTED] > > > >

