+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
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
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
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
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
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