[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541936#comment-13541936
 ] 

Noah Levitt edited comment on HTTPCLIENT-1288 at 1/1/13 10:44 PM:
------------------------------------------------------------------

That's strange. I moved clone() verbatim up into the parent class 
AbortableHttpRequestBase, accompanying all the member variables that clone() 
cares about. Does HttpRequestBase need  

    protected Object clone() { 
        return super.clone() 
    }

to make "clirr" happy?
                
      was (Author: [email protected]):
    That's strange. I moved clone() verbatim up into the parent class 
AbortableHttpRequestBase, accompanying all the member variables that clone() 
cares about. Does HttpRequestBase need  

    protected Object clone() { 
        super.clone() 
    }

to make "clirr" happy?
                  
> abortable http request that doesn't enforce strict uri syntax
> -------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1288
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1288
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.3 Alpha1
>            Reporter: Noah Levitt
>         Attachments: httpclient-1288-20121231180347.diff
>
>
> For heritrix we need an abortable http request that doesn't enforce strict 
> uri syntax. Currently HttpRequestBase contains both the abortability code and 
> the uri syntax enforcement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to