You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/04/24 11:47:31 UTC

[struts-site] branch master updated: Re-edit to trigger re-deploy

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 bc4cd21  Re-edit to trigger re-deploy
bc4cd21 is described below

commit bc4cd2175e8115e4766a666e87c7c2e60d582ab9
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Apr 24 13:47:24 2020 +0200

    Re-edit to trigger re-deploy
---
 source/primer.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/source/primer.md b/source/primer.md
index 6867f07..d38a754 100644
--- a/source/primer.md
+++ b/source/primer.md
@@ -244,9 +244,8 @@ 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](https://spring.io/projects/spring-security/) might also help
-you to secure your web application.
+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.
 
 ### JavaServer Pages, JSP Tag Libraries, and JavaServer Faces {#jsp}