This is an automated email from the ASF dual-hosted git repository. rgielen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 02a1379 Correct link to Spring Security - WW-5059 02a1379 is described below commit 02a1379788fb08cba89e1ebd43159d65b5fedbe4 Author: René Gielen <rgie...@apache.org> AuthorDate: Sat Apr 11 11:07:14 2020 +0200 Correct link to Spring Security - WW-5059 Fixes WW-5059 Thanks to Patrick McEvoy for pointing this out. --- source/primer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/primer.md b/source/primer.md index a9f9252..6867f07 100644 --- a/source/primer.md +++ b/source/primer.md @@ -245,7 +245,7 @@ It can also be used to restrict authentication based on information in a databas For more about security, you should read the [Java EE tutorial](http://docs.oracle.com/javaee/6/tutorial/doc/gijrp.html). Other projects, like [Apache Shiro](http://shiro.apache.org/) or -[Spring Security](http://www.springframework.org/spring-security/) might also help +[Spring Security](https://spring.io/projects/spring-security/) might also help you to secure your web application. ### JavaServer Pages, JSP Tag Libraries, and JavaServer Faces {#jsp}