You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2020/04/26 10:19:13 UTC

[struts-site] branch master updated: Trigger re-deploy

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 8d69e99  Trigger re-deploy
8d69e99 is described below

commit 8d69e995e493cd94803a7abb80014067fd6930df
Author: René Gielen <rg...@apache.org>
AuthorDate: Sun Apr 26 12:19:05 2020 +0200

    Trigger re-deploy
---
 source/primer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/primer.md b/source/primer.md
index 937b2e3..895edc7 100644
--- a/source/primer.md
+++ b/source/primer.md
@@ -242,7 +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.