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

List:       httpclient-commons-dev
Subject:    [jira] Created: (HTTPCLIENT-754) Cookie.toString() contains 'name'
From:       "Thomas Friol (JIRA)" <jira () apache ! org>
Date:       2008-02-28 13:13:51
Message-ID: 1444758793.1204204431679.JavaMail.jira () brutus
[Download RAW message or body]

Cookie.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

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

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