Odd Host Header Problem

2003-07-22 Thread Adrian Sutton
Here's an odd heads up for you. I've come across an IIS server which doesn't like: GET /eljconfig.xml HTTP/1.1 User-Agent: test // Note the server interrupts at this point without waiting for the rest of the request Content-HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Tue, 22 Jul

Re: Odd Host Header Problem

2003-07-22 Thread Roland Weber
Adrian Sutton wrote: +if (!headers[i].getName().equals(Host)) { Shouldn't this be equalsIgnoreCase() ? regards, Roland