We are in the process of migrating an existing project to Camel. One of the requirements is to support HTTP BASIC authentication. What's the (easiest) way to do this?
I thought this could be done by configuring Jetty (in jetty.xml) but didn't found an example which doesn't use a web.xml file to fulfill this. Afterwards, I was looking for an CXF (Inbound) Interceptor to do it. Again without look. :-( Is it really required to write my own Interceptor to support this standard? We are using ServiceMix 4.4.1 with Camel 2.8.0. Thanks in advance, Christian