You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/30 00:27:39 UTC

[jira] [Commented] (CLOUDSTACK-9265) some java classes use commons-httpclient where httpcomponents is intended

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

ASF GitHub Bot commented on CLOUDSTACK-9265:
--------------------------------------------

GitHub user DaanHoogland opened a pull request:

    https://github.com/apache/cloudstack/pull/1385

    CLOUDSTACK-9265 cleanup around httpclient versions

    some cleanup done
    - replaced HttpStatus from org.apache.commons.httpclient with that from org.apache.http
    - removed unthrown HttpException
    - left auto reformat in place

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaanHoogland/cloudstack CLOUDSTACK-9265

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1385.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1385
    
----
commit 278efc7202659093cbdf1d440f9b4939efa89bf5
Author: Daan Hoogland <da...@onecht.net>
Date:   2016-01-29T23:15:24Z

    CLOUDSTACK-9265 cleanup around httpclient versions

----


> some java classes use commons-httpclient where httpcomponents is intended
> -------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9265
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9265
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Daan Hoogland
>            Priority: Trivial
>
> in several classes imports of HttpStatus or -Exception is from the old org.apache.commons.httpclient package while the newer org.apache.http should be used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)