I am using Camel netty4-http and want to create Consumer EndPoint which is
matches on case insensitive URI path. For example:

camelContext.getEndpoint("netty4-http:http://0.0.0.0:8080/Shopping";);
or 
camelContext.getEndpoint("netty4-http:http://0.0.0.0:8080/shopping";);

How can I do that?



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-create-case-insensitive-URI-route-with-netty4-http-tp5766517.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to