Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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