Merge pull request #57 from ccopelloRH/FuseCamelFix

added extra - to last XML example
This commit is contained in:
ccopelloRH 2016-11-30 08:50:15 -05:00 committed by GitHub
commit 12ed5ccc43

View file

@ -1,5 +1,5 @@
[[_fuse_adapter_camel]]
===== Apache Camel Application
* You can secure your Apache camel endpoint using http://camel.apache.org/jetty.html[camel-jetty] component by adding securityHandler with `KeycloakJettyAuthenticator` and
@ -152,4 +152,4 @@ This is an example that show how to do it while using Jetty engine, with referen
</camelContext>
---
----