This is an automated email from the ASF dual-hosted git repository.
bvahdat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 3cb3e51 make use of camel.version placeholder like the other examples
3cb3e51 is described below
commit 3cb3e516cfcb1a2129ffc2928134e14775a5c369
Author: Babak Vahdat <[email protected]>
AuthorDate: Sun Jan 3 11:54:18 2021 +0100
make use of camel.version placeholder like the other examples
---
examples/camel-example-spring-security/README.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/camel-example-spring-security/README.adoc
b/examples/camel-example-spring-security/README.adoc
index f8ce73f..8c1fb21 100644
--- a/examples/camel-example-spring-security/README.adoc
+++ b/examples/camel-example-spring-security/README.adoc
@@ -21,9 +21,9 @@ the application server
The example consumes messages from a servlet endpoint which is secured
by Spring Security with http basic authentication, there are two
service:
-http://localhost:8080/camel-example-spring-security-${version}/camel/user
+http://localhost:8080/camel-example-spring-security-${camel.version}/camel/user
is for the authenticated user whose role is ROLE_USER
-http://localhost:8080/camel-example-spring-security-${version}/camel/admin
+http://localhost:8080/camel-example-spring-security-${camel.version}/camel/admin
is for the authenticated user whose role is ROLE_ADMIN
Then you can use the script in the client directory to send the request