You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/31 11:14:18 UTC

[jira] [Created] (CAMEL-6915) camel-jetty - jetty producer misses a colon in the getUrl of HttpOperationFailedException

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)