2017-09-27 13:49 GMT+02:00 Roslyakova, Svetlana
<svetlana.roslyak...@bnymellon.com>:
> 250917 [http-nio-8080-exec-8] WARN 
> com.opensymphony.xwork2.interceptor.ParametersInterceptor - Parameter 
> [#session['userList'][0].UserId] matches excluded pattern 
> [(^|\%\{)((#?)(top(\.|\['|\[")|\[\d\]\.)?)(dojo|struts|session|request|response|application|servlet(Request|Response|Context)|parameters|context|_memberAccess)(\.|\[).*]!

>From what version do you migrate? You have two options:
- either rename session into something else, e.g. SessionUsers
- use ParameterNameAware in your action to allow accessing session
https://struts.apache.org/maven/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParameterNameAware.html

I would suggest the first option as using "session" is misleading as
there a #session scope
https://struts.apache.org/docs/ognl.html


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to