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.