You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sanne Grinovero (JIRA)" <ji...@apache.org> on 2008/08/09 17:16:46 UTC

[jira] Created: (HTTPCORE-168) BasicNameValuePair made Serializable

BasicNameValuePair made Serializable
------------------------------------

                 Key: HTTPCORE-168
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-168
             Project: HttpComponents HttpCore
          Issue Type: Improvement
          Components: HttpCore
    Affects Versions: 4.0-beta2, 4.0-beta1, 4.0-alpha6
         Environment: N/A
            Reporter: Sanne Grinovero
            Priority: Trivial


BasicNameValuePair should implement Serializable, this is really trivial but would be very useful.
thanks, really interesting project!

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


[jira] Updated: (HTTPCORE-168) BasicNameValuePair made Serializable

Posted by "Sanne Grinovero (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCORE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated HTTPCORE-168:
-------------------------------------

    Attachment: HttpCore-BasicNameValuePair.patch

patch for Serializable, including a very minor optimization in toString().

> BasicNameValuePair made Serializable
> ------------------------------------
>
>                 Key: HTTPCORE-168
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-168
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore
>    Affects Versions: 4.0-alpha6, 4.0-beta1, 4.0-beta2
>         Environment: N/A
>            Reporter: Sanne Grinovero
>            Priority: Trivial
>         Attachments: HttpCore-BasicNameValuePair.patch
>
>
> BasicNameValuePair should implement Serializable, this is really trivial but would be very useful.
> thanks, really interesting project!

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


[jira] Resolved: (HTTPCORE-168) BasicNameValuePair made Serializable

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCORE-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCORE-168.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-beta3

Sanne,
I committed changes to the BasicNameValuePair class, but I left the NameValuePair interface unchanged. I do not think NameValuePair should extend Serializable. I hope you can live with that.

Many thanks for contributing the patch.

Oleg 

> BasicNameValuePair made Serializable
> ------------------------------------
>
>                 Key: HTTPCORE-168
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-168
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore
>    Affects Versions: 4.0-alpha6, 4.0-beta1, 4.0-beta2
>         Environment: N/A
>            Reporter: Sanne Grinovero
>            Priority: Trivial
>             Fix For: 4.0-beta3
>
>         Attachments: HttpCore-BasicNameValuePair.patch
>
>
> BasicNameValuePair should implement Serializable, this is really trivial but would be very useful.
> thanks, really interesting project!

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