You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Thomas Friol (JIRA)" <ji...@apache.org> on 2008/02/28 14:17:52 UTC

[jira] Updated: (HTTPCLIENT-754) BasicClientCookie.toString() contains 'name' instead of 'value' when writing out cookie value

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Friol updated HTTPCLIENT-754:
------------------------------------

    Summary: BasicClientCookie.toString() contains 'name' instead of 'value' when writing out cookie value  (was: Cookie.toString() contains 'name' instead of 'value' when writing out cookie value)

> BasicClientCookie.toString() contains 'name' instead of 'value' when writing out cookie value
> ---------------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-754
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-754
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpCookie
>    Affects Versions: 4.0 Alpha 3
>            Reporter: Thomas Friol
>            Priority: Trivial
>
> {noformat}
> buffer.append("[name: ");
> buffer.append(this.value);
> {noformat}
> should be
> {noformat}
> buffer.append("[value: ");
> buffer.append(this.value);
> {noformat}
> Will provide a patch soon.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org