Updated Branches: refs/heads/master 020ddb9e1 -> b3fb381da
CAMEL-6327: camel-netty-http - Ensure CamelHttpUrl header is always using absolute http url, to be consistent and similar with camel-jetty. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b3fb381d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b3fb381d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b3fb381d Branch: refs/heads/master Commit: b3fb381da5a6b25bfd8f36eda139228f780be53a Parents: 020ddb9 Author: Claus Ibsen <[email protected]> Authored: Thu Jun 27 11:41:39 2013 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu Jun 27 11:41:39 2013 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/netty/http/NettyHttpEndpoint.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b3fb381d/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java index c6a02f5..e481d4b 100644 --- a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java +++ b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/NettyHttpEndpoint.java @@ -24,7 +24,6 @@ import org.apache.camel.Processor; import org.apache.camel.Producer; import org.apache.camel.component.netty.NettyConfiguration; import org.apache.camel.component.netty.NettyEndpoint; -import org.apache.camel.converter.IOConverter; import org.apache.camel.impl.SynchronousDelegateProducer; import org.apache.camel.spi.HeaderFilterStrategy; import org.apache.camel.spi.HeaderFilterStrategyAware;
