[
https://issues.apache.org/jira/browse/CAMEL-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-6915.
--------------------------------
Resolution: Fixed
> camel-jetty - jetty producer misses a colon in the getUrl of
> HttpOperationFailedException
> -----------------------------------------------------------------------------------------
>
> Key: CAMEL-6915
> URL: https://issues.apache.org/jira/browse/CAMEL-6915
> Project: Camel
> Issue Type: Bug
> Components: camel-jetty
> Affects Versions: 2.11.2, 2.12.1
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> A colon is missing so the getUrl can return
> {code}
> http//localhost:23000/test
> {code}
> Which should be
> {code}
> http://localhost:23000/test
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)