You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2007/02/12 23:21:05 UTC

[jira] Created: (HTTPCLIENT-630) URI.java readObject()/writeObject() must be private

URI.java readObject()/writeObject() must be private
---------------------------------------------------

                 Key: HTTPCLIENT-630
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-630
             Project: HttpComponents HttpClient
          Issue Type: Bug
            Reporter: Sebb


In the class org.apache.commons.httpclient.URI, the readObject/writeObject methods are currently protected - they need to be private, or Java will not invoke them.

-- 
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: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org


[jira] Resolved: (HTTPCLIENT-630) URI.java readObject()/writeObject() must be private

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

Oleg Kalnichevski resolved HTTPCLIENT-630.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1 Final

Fixed. Many thanks, Sebastian

Oleg

> URI.java readObject()/writeObject() must be private
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-630
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-630
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 3.1 Final
>
>
> In the class org.apache.commons.httpclient.URI, the readObject/writeObject methods are currently protected - they need to be private, or Java will not invoke them.

-- 
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: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org