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 c49584f Regen c49584f is described below commit c49584fa72534089b257464d886d7df00703159c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Dec 15 09:42:07 2019 +0100 Regen --- docs/components/modules/ROOT/pages/spring-security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/spring-security.adoc b/docs/components/modules/ROOT/pages/spring-security.adoc index 4542a04..056946c 100644 --- a/docs/components/modules/ROOT/pages/spring-security.adoc +++ b/docs/components/modules/ROOT/pages/spring-security.adoc @@ -7,7 +7,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.