-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WW-5378 WW-5381 Document OGNL context restrictions and new extension points #222
Conversation
ea68306
to
0336668
Compare
Staged site is ready at https://struts.staged.apache.org/ |
1 similar comment
Staged site is ready at https://struts.staged.apache.org/ |
source/security/index.md
Outdated
### 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codebase. From the ActionContext, it is possible to access application parameters, the 'OgnlValueStack', the current | |
codebase. From the ActionContext, it is possible to access application parameters, the `OgnlValueStack`, the current |
Maybe with backticks for code highlighting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0336668
to
82ca103
Compare
Staged site is ready at https://struts.staged.apache.org/ |
WW-5378 WW-5381
Documentation for new configuration options introduced in: