You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ilya (JIRA)" <ji...@apache.org> on 2013/11/01 20:36:21 UTC

[jira] [Created] (WW-4239) Using ParameterAware with FileUploadInterceptor leads to ClassCastException

Ilya created WW-4239:
------------------------

             Summary: Using ParameterAware with FileUploadInterceptor leads to ClassCastException
                 Key: WW-4239
                 URL: https://issues.apache.org/jira/browse/WW-4239
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.3.15.1
            Reporter: Ilya


Ljava.io.File; cannot be cast to [Ljava.lang.String;
---------

According to ParameterAware I should have method
{code}
public void setParameters(Map<String, String[]> parameters);
{code}

But I also have _File_ field and FileUploadInterceptor  sets file there.
So, I am getting File[] instead of String[].




--
This message was sent by Atlassian JIRA
(v6.1#6144)