JDK-8034802 : (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-02-12
  • Updated: 2021-11-19
  • Resolved: 2018-09-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11.0.3Fixed 12 b12Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The ZIP provider should not care where the file is located. See this thread for background:

http://mail.openjdk.java.net/pipermail/nio-dev/2014-February/002532.html
Comments
Fix Request This fix improves usability of jdk.zipfs quite a bit and we have customer request for a downport. The fix does not apply cleanly, there were 3 hunks that needed a bit of manual massage. The Review thread can be found here: https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-January/058158.html
24-01-2019

URL: http://hg.openjdk.java.net/jdk/jdk/rev/ba51515b64e5 User: sherman Date: 2018-09-18 17:43:14 +0000
18-09-2018

The Summary is currently: (zipfs) newFileSystem throws UOE if when the zip file is associated with default file system I think it means something like: (zipfs) newFileSystem throws UOE when the zip file is not associated with default file system
09-07-2018