Re: Enable RAW headers by default in IIS Tomcat connector

2010-03-08 Thread Rainer Jung
+1 On 07.03.2010 22:40, Tim Whittington wrote: I've committed this change now. I replaced USE_RAW_HEADERS with USE_CGI_HEADERS, and inverted all the conditionals. cheers tim On Mon, Feb 8, 2010 at 9:13 PM, Tim Whittington wrote: OK, the most conservative change will be to enable USE_RAW_HEA

Re: Enable RAW headers by default in IIS Tomcat connector

2010-03-07 Thread Tim Whittington
I've committed this change now. I replaced USE_RAW_HEADERS with USE_CGI_HEADERS, and inverted all the conditionals. cheers tim On Mon, Feb 8, 2010 at 9:13 PM, Tim Whittington wrote: > OK, the most conservative change will be to enable USE_RAW_HEADERS in the > makefiles/projects and leave the co

Re: Enable RAW headers by default in IIS Tomcat connector

2010-02-08 Thread Tim Whittington
OK, the most conservative change will be to enable USE_RAW_HEADERS in the makefiles/projects and leave the code untouched - I'll make the change after 1.2.29 is out. cheers tim On Mon, Feb 8, 2010 at 9:03 PM, Rainer Jung wrote: > On 08.02.2010 08:46, Mladen Turk wrote: > >> On 02/08/2010 08:38

Re: Enable RAW headers by default in IIS Tomcat connector

2010-02-08 Thread Rainer Jung
On 08.02.2010 08:46, Mladen Turk wrote: On 02/08/2010 08:38 AM, Tim Whittington wrote: There's a USE_RAW_HEADERS define that will force the use of the raw HTTP headers and avoid this problem, so I'd propose that we make that behaviour the default. I agree with having it default, but is it poss

Re: Enable RAW headers by default in IIS Tomcat connector

2010-02-07 Thread Mladen Turk
On 02/08/2010 08:38 AM, Tim Whittington wrote: There's a USE_RAW_HEADERS define that will force the use of the raw HTTP headers and avoid this problem, so I'd propose that we make that behaviour the default. I agree with having it default, but is it possible to have additional configure option

Enable RAW headers by default in IIS Tomcat connector

2010-02-07 Thread Tim Whittington
Hi all Bug 38895 (Http headers with an underscore "_" change into hypen "-") points out that the IIS Tomcat Connector uses (by default) the CGI style headers from IIS, and thus mangles underscores in header names. There's a USE_RAW_HEADERS define that will force the use of the raw HTTP headers an