You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <o....@dplanet.ch> on 2003/02/17 21:00:38 UTC

[PATCH] Multiple cookie headers in non-strict mode

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 time ago. I'll commit
this patch later today or tomorrow if nobody loudly complains.

Your cookie monster

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

Posted by Oleg Kalnichevski <o....@dplanet.ch>.
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 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 time ago. I'll commit
> this patch later today or tomorrow if nobody loudly complains.
> 
> Your cookie monster
> 
> ______________________________________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org