venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

commons-fileupload 1.4 #283

Closed venusdrogon closed 5 years ago

venusdrogon commented 5 years ago

image

venusdrogon commented 5 years ago
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 commented 5 years ago

http://commons.apache.org/proper/commons-fileupload/changes-report.html#a1.4