Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
Can you please change the MultiPartRequestWrapper, and the
JakartaMultiPartRequest, adding a new method? The signature should be:
public List<FileItem> getFileItems(String)
Our action ancestor class needs to get access to the "files" properties of JakartaMultiPartRequest through the MultiPartRequestWrapper. Otherwise we need to code something similar to what is done by the FileUploadInterceptor.intercept and create again the fileitem needed by our application code.