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 40bcf14b8 Update http-session.md
     new 4ced8d35a Merge pull request #220 from briansu2004/patch-2
40bcf14b8 is described below

commit 40bcf14b8c4e3692e7ad0228785d648121a4c468
Author: Brian Su <briansu2...@hotmail.com>
AuthorDate: Mon Dec 25 06:48:58 2023 -0500

    Update http-session.md
    
    There is an extra space
---
 source/getting-started/http-session.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/source/getting-started/http-session.md 
b/source/getting-started/http-session.md
index 021b824dd..9c9e62d45 100644
--- a/source/getting-started/http-session.md
+++ b/source/getting-started/http-session.md
@@ -111,8 +111,7 @@ This method will be called by the Struts 2 framework for 
each parameter in the r
 the parameter name contains "session" we are telling the Struts 2 framework to 
ignore that parameter. This will prevent 
 a malicious user from trying to hack the HTTP session object.
 
-Instead of having each action that implements SessionAware also implement the 
ParameterNameAware interface you can tell t
-he params interceptor to exclude specific request attributes for all actions 
in a package. In struts.xml configure 
+Instead of having each action that implements SessionAware also implement the 
ParameterNameAware interface you can tell the params interceptor to exclude 
specific request attributes for all actions in a package. In struts.xml 
configure 
 the `struts-default` set of interceptors as follows:
 
 **struts.xml configure params interceptor**

Reply via email to