Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.15.2
-
Fix Version/s: 2.16.0
-
Component/s: camel-jetty
-
Labels:None
-
Estimated Complexity:Unknown
Description
A simple route such as
from("jetty:http://0.0.0.0:8080/ping").transform(constant("PONG\n"));
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.