FileUploadConfiguratorImpl should call UploadedFiles.dispose() in endRequest()
------------------------------------------------------------------------------
Key: TRINIDAD-1211
URL: https://issues.apache.org/jira/browse/TRINIDAD-1211
Project: MyFaces Trinidad
Issue Type: Bug
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
FileUploadConfiguratorImpl was created when the upload was moved from
ServletFilters to the Configurator Framework.
The Filter used to call UploadedFiles.dispose() at the end of the request
(after the internal _doFilterImpl()).
We should (at least for Servlet env) put back this call
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.