You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Anton Tanasenko <an...@jawilla.com> on 2009/04/24 15:37:24 UTC

[Asyncweb] HttpResponse cookies

Cookies added to DefaultHttpResponse are not getting encoded to be sent 
back.
While DefaultHttpRequest.normalize() method does encode cookies (and 
puts them into Set-Cookie header),
DefaultHttpResponse.normalize(HttpRequest) does not.


Re: [Asyncweb] HttpResponse cookies

Posted by Julien Vermillard <jv...@archean.fr>.
Le Fri, 24 Apr 2009 16:37:24 +0300,
Anton Tanasenko <an...@jawilla.com> a écrit :

> Cookies added to DefaultHttpResponse are not getting encoded to be
> sent back.
> While DefaultHttpRequest.normalize() method does encode cookies (and 
> puts them into Set-Cookie header),
> DefaultHttpResponse.normalize(HttpRequest) does not.
> 
Hi,
Good catch! 
Should be easy to fix.
Julien