[
https://issues.apache.org/activemq/browse/CAMEL-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56789#action_56789
]
Oleg Kalnichevski commented on CAMEL-1530:
------------------------------------------
> Yeah it would be ideal if each component could test itself 100% in isolation.
For what it is worth to you, HttpCore - a set of low level components
HttpClient is based upon - has a full support for server side HTTP. In fact we
use extensively for HttpClient test coverage [1]. Theoretically you could use
the same framework to test camel-http, thus making additional external
dependencies unnecessary.
Feel free to ignore me.
Oleg
[1]
http://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x/httpclient/src/test/java/org/apache/http/localserver/LocalTestServer.java
http://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x/httpclient/src/test/java/org/apache/http/client/protocol/TestRedirects.java
> Upgrade camel-http to use httpclient 4.0
> ----------------------------------------
>
> Key: CAMEL-1530
> URL: https://issues.apache.org/activemq/browse/CAMEL-1530
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-http
> Affects Versions: 2.0-M1
> Reporter: Claus Ibsen
> Assignee: Christian Mueller
> Fix For: 2.3.0
>
> Attachments: camel-http-test.patch, camel-http.patch
>
>
> Upgrading httpclient from 3.1 to 4.0 requires changes in the camel-http code
> as the API has change quite a lot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.