This is an automated email from the ASF dual-hosted git repository. lukaszlenart 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 53ff625 Re-edit to trigger re-deploy 53ff625 is described below commit 53ff625c2cd10e30d0ddf0cec64e1af56a1c4881 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Apr 24 14:43:47 2020 +0200 Re-edit to trigger re-deploy --- source/primer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/primer.md b/source/primer.md index d38a754..937b2e3 100644 --- a/source/primer.md +++ b/source/primer.md @@ -242,8 +242,7 @@ Pragmatic security can be used to fine-tune security make authorization decision the parameters of a call, or the internal state of a Web component. It can also be used to restrict authentication based on information in a database. -For more about security, you should read the -[Java EE tutorial](http://docs.oracle.com/javaee/6/tutorial/doc/gijrp.html). +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](https://spring.io/projects/spring-security/) might also help you to secure your web application.