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?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to