You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2008/12/21 22:53:36 UTC

[jira] Resolved: (WW-2932) Change setParameters in ParameterAware to String, String[]

     [ https://issues.apache.org/struts/browse/WW-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2932.
----------------------------------

    Resolution: Fixed

Implemented fix.

> 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.