485 Commits (cb22d57c94a6def6f8560d6a3d2f018ced8a5cdd)

Author SHA1 Message Date
Phillip Webb 24bfe5087f Fix checkstyle violation 2 years ago
Phillip Webb 8457fc333f Adapt Windows path handling fix to deal with Jetty 2 years ago
Phillip Webb 7708ec7592 Fix Windows path handling for nested jars 2 years ago
Moritz Halbritter d18fb9ce65 Upgrade to bcprov-jdk18on 1.78.1 2 years ago
Phillip Webb 8a72e55106 Fix UriPathEncoder bug to improve performance 2 years ago
Phillip Webb d0ce4daec1 Use URI encoded values when creating NestedPath URIs 2 years ago
yokotaso 5b4bd61720 Fix possible NullPointerException from getPermission() 2 years ago
Phillip Webb 78e12251e9 Optimize VirtualZipDataBlock 2 years ago
Phillip Webb 9b0593efe3 Fallback to RandomAccessFile on ClosedByInterruptException 2 years ago
Phillip Webb 4203e1f2fa Rename FileChannelDataBlock to FileDataBlock 2 years ago
Phillip Webb a457638e6c Polish 'Decode URL content before passing it to NestedLocation.parse' 2 years ago
_ext Slovak, Jiri 06569e76f6 Decode URL content before passing it to NestedLocation.parse 2 years ago
Moritz Halbritter 8ffcfc9b77 Harmonize style of igored exceptions across the codebase 2 years ago
Piyal Ahmed a85e99790b Fix NestedJarFile constructor javadoc 2 years ago
Phillip Webb eb0040c225 Fix ZipCentralDirectoryFileHeaderRecord entry comment read offset 2 years ago
Andy Wilkinson 6bfac1f860 Fix handling of nested: UNC paths on Windows 2 years ago
Andy Wilkinson 45c32854a5 Fix Checkstyle upgrade 2 years ago
Phillip Webb e5f489f338 Restore manifest support for nested directory jars 2 years ago
Phillip Webb f31ffbf927 Don't duplicate META-INF entries in nested directory jars 2 years ago
Yanming Zhou 8cb8999772 Ban call of URLEncoder.encode/URLDecoder.decode(String,String) 2 years ago
Phillip Webb 88429b6a66 Use file urls for unpacked jars 2 years ago
Phillip Webb b4a4e91238 Update ZipString to deal with reads that do not return all data 2 years ago
Moritz Halbritter e81d1226fe Prevent integer overflow when checking disk space 2 years ago
Yanming Zhou 3c65fdfa12 Use idiomatic AssertJ assertions 2 years ago
Andy Wilkinson e6970243ee Retry read on ClosedByInterruptException 2 years ago
Phillip Webb 359a6cb5bb Use encoded version of path for jar URLs 2 years ago
Phillip Webb 847daf484c Fix JarUrlTests 2 years ago
Andy Wilkinson 49990afd78 Polish 2 years ago
Phillip Webb 6fd691af58 Allow FileSystems to be create by splitting URLs 2 years ago
Phillip Webb 9a0f95420a Update NestedByteChannel.read to read all possible data when 2 years ago
Phillip Webb 8c7e8778a6 Fix NegativeArraySizeException caused by missing unsigned conversion 2 years ago
Phillip Webb 0856e10443 Fix IndexOutOfBoundsException exception from parseUrl with empty spec 2 years ago
Johnny Lim f9f73aa146 Polish 2 years ago
Johnny Lim 175b6473c7 Polish 2 years ago
Phillip Webb dbbde18d41 Attempt to fix Windows build failure due to open files 2 years ago
Phillip Webb c0f8b90d31 Return getLastModified result from JarUrlConnection 2 years ago
Andy Wilkinson 890a3e72ac Repair file channel when it's closed by interruption 2 years ago
Phillip Webb beb49e1933 Add tests for DataBlockInputStream and fix implementation oddities 2 years ago
Phillip Webb 4af9ed4d1d Fix Tomcat TldScanner issues by returning raw zip data for nested jars 2 years ago
Phillip Webb bba323ba5f Copy zip data descriptor records when creating virtual zip data 2 years ago
Phillip Webb b35c4d6497 Open loader jar URLs by default using `runtimeVersion` 2 years ago
Phillip Webb 4e7c0737d4 Fix PropertiesLauncher classpath detection without 'loader.path' set 2 years ago
Phillip Webb e1bd24695d Try `@AssertFileChannelDataBlocksClosed` for Windows fix 2 years ago
Andy Wilkinson d13d38a141 Trim multiple leading slashes in NestedLocation 2 years ago
Andy Wilkinson 88bf3dfba2 Close byte channel created by newByteChannelReturnsByteChannel 2 years ago
Andy Wilkinson dad5dc6750 Try to fix NestedFileSystemProviderTests on Windows 2 years ago
Andy Wilkinson 4161eb1853 Fix path handling in NestedLocation on Windows 2 years ago
Phillip Webb 3c62defb9d Support java.nio.file Paths and FileSystems with nested jars 2 years ago
Phillip Webb 4b495ca2a9 Change `NestedLocation` to hold a `Path` rather than a `File` 2 years ago
Phillip Webb 9e4f160c17 Attempt to fix NestedJarFile file lock issues on Windows 2 years ago