Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

commons-fileupload 1.4 #283

Closed
venusdrogon opened this issue Apr 16, 2019 · 2 comments
Closed

commons-fileupload 1.4 #283

venusdrogon opened this issue Apr 16, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@venusdrogon
Copy link
Owner

image

@venusdrogon venusdrogon added this to the 1.13.2 milestone Apr 16, 2019
@venusdrogon venusdrogon self-assigned this Apr 16, 2019
@venusdrogon
Copy link
Owner Author

Type Changes By
  Don't create un-needed resources in FileUploadBase.java. Fixes FILEUPLOAD-292. chtompki
  Upversion complier.source, compiler.target to 1.6. Fixes FILEUPLOAD-282. chtompki
  DiskFileItem#write() could lose original IO exception. Fixes FILEUPLOAD-252. tn
  DiskFileItem#getStoreLocation() wrongly returned a File object for items stored in memory. Fixes FILEUPLOAD-258. tn
  FileUploadBase - should not silently catch and ignore all Throwables. Fixes FILEUPLOAD-242. tn
  Fix Javadoc 1.8.0 errors. Fixes FILEUPLOAD-257. tn
  Fix section "Resource cleanup" of the user guide. Fixes FILEUPLOAD-234. tn
  Fix streaming example: use FileItem.getInputStream() instead of openStream(). Fixes FILEUPLOAD-237. tn
  DiskFileItem might suppress critical IOExceptions on rename - use FileUtil.move instead. Fixes FILEUPLOAD-248. ecki
  DiskFileItem#getTempFile() is broken. Fixes FILEUPLOAD-251. sebb
  FileUploadBase - potential resource leak - InputStream not closed on exception. Fixes FILEUPLOAD-250. sebb
  DiskFileItem.readObject fails to close FileInputStream. Fixes FILEUPLOAD-244. sebb
  FileUpload should use IOUtils.closeQuietly where relevant. Fixes FILEUPLOAD-246. sebb
  DiskFileItem.get() may not fully read the data. Fixes FILEUPLOAD-245. sebb
  Make some MultipartStream private fields final. Fixes FILEUPLOAD-243. Thanks to Ville Skyttä. sebb
  Site: added security report ecki
  Improve performance for large multi-part boundaries Thanks to Felix Schumacher. markt
  Added the default character set to the DiskFileItem. Fixes FILEUPLOAD-286. Thanks to maxxedev. jochen
  Avoid using File.exists() on temporary files, if we know that the file has been created. Fixes FILEUPLOAD-288. Thanks to fangwentong. jochen
  Added .travis.yml, to fix build issues on Github. Thanks to Pascal Schumacher. jochen

@venusdrogon
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant