[ 
https://issues.apache.org/jira/browse/WW-4852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16157736#comment-16157736
 ] 

Yasser Zamani commented on WW-4852:
-----------------------------------

No it's not renamed. It's access is excluded due to security reasons. #request 
may be excluded too in future. Previously I wrote a clean solution at 
[here|https://mail-archives.apache.org/mod_mbox/struts-dev/201707.mbox/%3CDB5PR08MB1062D3E6D3D0C002F87442AE92A50%40DB5PR08MB1062.eurprd08.prod.outlook.com%3E]
 which you may like.

> OGNL #context variable missing
> ------------------------------
>
>                 Key: WW-4852
>                 URL: https://issues.apache.org/jira/browse/WW-4852
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.3.34
>            Reporter: Samuel Zihlmann
>            Priority: Minor
>
> Since the update to struts 2.3.34 the OGNL variable #context is not available 
> in JSPs anymore.
> In old projects we used this to get the current struts action name:
> {code}
> <s:property value="#context['struts.actionMapping'].name"/>
> {code}
> The variable seems to be renamed, because this is working:
> {code}
> <s:property value="#request['struts.actionMapping'].name"/>
> {code}
> This should be mentioned in release notes.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to