This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 18fe7ac Update spring-security.adoc new 1c0389a Merge pull request #3407 from mrkazoodle/patch-1 18fe7ac is described below commit 18fe7ac66a0f1762d8553f54e394c00d7542ce27 Author: mrkazoodle <mrkazoo...@users.noreply.github.com> AuthorDate: Sun Dec 15 08:38:06 2019 +0100 Update spring-security.adoc --- components/camel-spring-security/src/main/docs/spring-security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spring-security/src/main/docs/spring-security.adoc b/components/camel-spring-security/src/main/docs/spring-security.adoc index 2c5cbbc..63330d4 100644 --- a/components/camel-spring-security/src/main/docs/spring-security.adoc +++ b/components/camel-spring-security/src/main/docs/spring-security.adoc @@ -6,7 +6,7 @@ The Camel Spring Security component provides role-based authorization for Camel routes. It leverages the authentication and user services provided by -http://static.springsource.org/spring-security/site/index.html[Spring +https://spring.io/projects/spring-security[Spring Security] (formerly Acegi Security) and adds a declarative, role-based policy system to control whether a route can be executed by a given principal.