Commit Graph

7 Commits

Author SHA1 Message Date
Xueming Shen
2de64493a2 8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
To add extra sanity check for entry extra data

Reviewed-by: alanb
2015-04-06 13:41:10 -07:00
Martin Buchholz
33c1f7d181 8075774: Small readability and performance improvements for zipfs
Reviewed-by: sherman, alanb
2015-03-10 14:23:03 -07:00
Brian Burkhalter
bd61d670c3 8073445: (fs) FileSystem.getPathMatcher(...) should check syntax component without regard to case
Change String equals() to equalsIgnoreCase() where needed.

Reviewed-by: alanb
2015-03-04 15:05:41 -08:00
Xueming Shen
27f201deb8 8037394: ZipFileSystem leaks file descriptor when file is not a valid zip file
To close the leaking channel as suggested

Reviewed-by: alanb
2015-01-22 12:24:35 -08:00
Xueming Shen
c692f0d9eb 8069211: (zipfs) ZipFileSystem creates corrupted zip if entry output stream gets closed more than once
To synchronize the write and close methods of the entry output stream

Reviewed-by: alanb
2015-01-22 08:51:45 -08:00
Joe Darcy
220aa4b838 8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module
8066634: Suppress deprecation warnings in java.management module
8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules

Reviewed-by: alanb, lancea, sherman, sla, dfuchs
2014-12-08 09:13:08 -08:00
Chris Hegarty
3bc69d393d 8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:54:13 +01:00