Change setParameters in ParameterAware to String, String[] ----------------------------------------------------------
Key: WW-2932 URL: https://issues.apache.org/struts/browse/WW-2932 Project: Struts 2 Issue Type: Improvement Components: Core Interceptors Affects Versions: 2.1.3 Reporter: Nils-Helge Garli Assignee: Nils-Helge Garli Fix For: 2.1.3 During the generics improvments in the struts 2 and xwork codebase, the setParameters method of ParameterAware was changed to (String, Object). In a web application, parameters are always (String, String[]), so it should be kept that way. Also, it would be a change in a public interface, since it also was String, String[] in 2.1.2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.