Claus Ibsen created CAMEL-6915:
----------------------------------
Summary: 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.12.1, 2.11.2
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)