This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new bf29cc070 Automatic Site Publish by Buildbot bf29cc070 is described below commit bf29cc070631033791372648ab72ff893d6661ab Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Jan 1 10:31:33 2024 +0000 Automatic Site Publish by Buildbot --- output/getting-started/http-session.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/output/getting-started/http-session.html b/output/getting-started/http-session.html index d72c86c8b..e1e17e1a1 100644 --- a/output/getting-started/http-session.html +++ b/output/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>