Mitth'raw'nuruodo created WW-4436:
-------------------------------------
Summary: NullPointerException in
ParametersInterceptor.isAcceptableValue
Key: WW-4436
URL: https://issues.apache.org/jira/browse/WW-4436
Project: Struts 2
Issue Type: Bug
Components: Core Interceptors
Affects Versions: 2.3.20
Reporter: Mitth'raw'nuruodo
ParametersInterceptor.isAcceptableValue (in XWork 2.3.20) fails to check
whether array elements are null before calling toString on them, which can lead
to NPE at line 365.
A safer option would be to use String.valueOf instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)