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 bac54b9c2 Updates stage by Jenkins bac54b9c2 is described below commit bac54b9c246ce51acd01650027e51efab18d2dcd Author: jenkins <bui...@apache.org> AuthorDate: Wed Aug 16 11:36:55 2023 +0000 Updates stage by Jenkins --- .../core-developers/accessing-application-session-request-objects.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/core-developers/accessing-application-session-request-objects.html b/content/core-developers/accessing-application-session-request-objects.html index 19aab608e..d3f2e7388 100644 --- a/content/core-developers/accessing-application-session-request-objects.html +++ b/content/core-developers/accessing-application-session-request-objects.html @@ -133,7 +133,8 @@ <h1 id="accessing-application-session-request-objects">Accessing application, session, request objects</h1> -<p>The framework provides several access helpers to access Session, Application, Request scopes.</p> +<p>The framework provides several access helpers to access Request, Session, Application scopes. +See <a href="servlet-config-interceptor">Servlet Config Interceptor</a> page to find all the supported interfaces.</p> <h2 id="accessing-from-java">Accessing from Java</h2>