Re: [PATCH] Multiple cookie headers in non-strict mode

2003-02-18 Thread Oleg Kalnichevski
I have just committed the patch. Please recompile redeploy test web application (httpclienttest) in order to avoid test-case failures. I apologize for inconveniences caused. Regards Oleg On Mon, 2003-02-17 at 21:00, Oleg Kalnichevski wrote: Changelog: - In non-strict mode each cookie sent

[PATCH] Multiple cookie headers in non-strict mode

2003-02-17 Thread Oleg Kalnichevski
Changelog: - In non-strict mode each cookie sent with the request is put on a separate request header. - In strict mode all cookies are crammed into one request header, as before The patch requires the test webapp to be recompiled redeployed It's a fairly minor change blessed by Jandalf long