> I'd suspect that the default google.com page has some
> relative resources that it's trying to load

I've just tried with 

  from("jetty:http://0.0.0.0:8080/dynamic/?matchOnUriPrefix=true";)
 
.dynamicRouter(constant("http://0.0.0.0:8000/?bridgeEndpoint=true&throwExceptionOnFailure=false";));

where localhost:8000 is being served by a dumb server that doesn't ask for
any relative resources ("python -m SimpleHTTPServer") and got the same
result.

-Xavier

--
View this message in context: 
http://camel.465427.n5.nabble.com/Dynamic-routing-and-bridgeEndpoint-tp5072766p5073004.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to