[
https://issues.apache.org/jira/browse/WW-5378?focusedWorklogId=897625&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-897625
]
ASF GitHub Bot logged work on WW-5378:
--------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jan/24 09:38
Start Date: 02/Jan/24 09:38
Worklog Time Spent: 10m
Work Description: sepe81 commented on code in PR #222:
URL: https://github.com/apache/struts-site/pull/222#discussion_r1439282245
##########
source/security/index.md:
##########
@@ -289,6 +289,39 @@ state.
Note: This feature does not work with JDK 21 and above.
+### Restricting access to the Struts Context (ActionContext)
+
+The Struts ActionContext is a core construct of the Struts framework. It is
shared and manipulated throughout the
+codebase. From the ActionContext, it is possible to access application
parameters, the 'OgnlValueStack', the current
Review Comment:
```suggestion
codebase. From the ActionContext, it is possible to access application
parameters, the `OgnlValueStack`, the current
```
Maybe with backticks for code highlighting?
Issue Time Tracking
-------------------
Worklog Id: (was: 897625)
Time Spent: 2h 20m (was: 2h 10m)
> Add option to not fallback to context lookup when finding value in
> OgnlValueStack
> ---------------------------------------------------------------------------------
>
> Key: WW-5378
> URL: https://issues.apache.org/jira/browse/WW-5378
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Kusal Kithul-Godage
> Priority: Minor
> Fix For: 6.4.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)