Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.15.1
-
None
-
None
-
Important
Description
Ljava.io.File; cannot be cast to [Ljava.lang.String;
---------
According to ParameterAware I should have method
public void setParameters(Map<String, String[]> parameters);
But I also have File field and FileUploadInterceptor sets file there.
So, I am getting File[] instead of String[].
Attachments
Issue Links
- is broken by
-
WW-2932 Change setParameters in ParameterAware to String, String[]
- Closed