[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpclient-commons-dev
Subject:    [jira] Resolved: (HTTPCLIENT-754) BasicClientCookie.toString()
From:       "Oleg Kalnichevski (JIRA)" <jira () apache ! org>
Date:       2008-02-28 14:33:51
Message-ID: 593451372.1204209231315.JavaMail.jira () brutus
[Download RAW message or body]


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

Oleg Kalnichevski resolved HTTPCLIENT-754.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0 Alpha 4

Patch checked in. Many thanks, Thomas

Oleg

> 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
> Fix For: 4.0 Alpha 4
> 
> Attachments: HTTPCLIENT-754.patch
> 
> 
> {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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic