Hello,
  I have a question about the behavior of the jetty component when in an
OSGi environment (such as in ServiceMix).  If I have two bundles each with a
camel context where one has a route such as:

<from uri="jetty:http://0.0.0.0:8080/"/>
...

and the other has a route such as:

<from uri="jetty:http://0.0.0.0:8080/application1"/>
...

and I call the container with

http://<myip>:8080/application1/a/b/c

Because of the overlapping url but with the second route being more specific
will this request go to the 2nd route, the 1st route, randomly to either or
will something else occur?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Jetty-component-and-overlapping-urls-when-a-consumer-tp5745068.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to