Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It does not close input/output stream resource in following cases:
- when unzipping uploaded zip file.
- when uploading a file, it open an input stream from org.apache.wicket.markup.html.form.upload.FileUpload, but it doesn't use it. Also it doesn't close it.