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 2015/08/06 14:59:05 UTC

[jira] [Created] (CAMEL-9059) Jetty exposes its endpoint without component name

Claus Ibsen created CAMEL-9059:
----------------------------------

             Summary: Jetty exposes its endpoint without component name
                 Key: CAMEL-9059
                 URL: https://issues.apache.org/jira/browse/CAMEL-9059
             Project: Camel
          Issue Type: Bug
          Components: camel-jetty
    Affects Versions: 2.15.2
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.16.0


A simple route such as
{code}
        from("jetty:http://0.0.0.0:8080/ping").transform(constant("PONG\n"));
{code}

Enlists the jetty endpoint as just: http://0.0.0.0:8080/ping. But then its mistakenly the http component. It should be the full url with jetty as prefix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)