This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 87ad9ad59 Updates stage by Jenkins 87ad9ad59 is described below commit 87ad9ad598d0826eb1f2bd59712e445cb26edcda Author: jenkins <bui...@apache.org> AuthorDate: Mon Jan 1 10:33:27 2024 +0000 Updates stage by Jenkins --- content/getting-started/http-session.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/getting-started/http-session.html b/content/getting-started/http-session.html index d72c86c8b..e1e17e1a1 100644 --- a/content/getting-started/http-session.html +++ b/content/getting-started/http-session.html @@ -258,8 +258,7 @@ practices in the Action class that implements the SessionAware interface.</p> 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.</p> -<p>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 +<p>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 <code class="language-plaintext highlighter-rouge">struts-default</code> set of interceptors as follows:</p> <p><strong>struts.xml configure params interceptor</strong></p>