I'm sorry you're right.  Our 20+ routes do have matchOnUriPrefix such as:
<from uri="jetty:http://0.0.0.0:8080/...?matchUriOnPrefix=true"; />

In my original scenario but with this additional change what would happen?

eg:
route1:
<from uri="jetty:http://0.0.0.0:8080/?matchOnUriPrefix=true"/>
...

route2:
<from uri="jetty:http://0.0.0.0:8080/application1?matchOnUriPrefix=true"/>
...

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





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

Reply via email to