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 (JIRA)" <ji...@apache.org> on 2009/04/29 09:13:31 UTC

[jira] Created: (ASYNCWEB-28) Response cookies not encoded

Response cookies not encoded
----------------------------

                 Key: ASYNCWEB-28
                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-28
             Project: Asyncweb
          Issue Type: Bug
            Reporter: Anton Tanasenko
            Priority: Minor


Version: latest trunk

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.

Quick fix would be to duplicate the code from DefaultHttpRequest, but I think it would be better to move this code to HttpCodecUtils

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.