dgets / RAS

Recursive Archive Scanner
1 stars 0 forks source link

Problem recognizing signature in .tar.gz on Windows #2

Closed dgets closed 6 years ago

dgets commented 6 years ago

After switching to a Windows 7 machine for development (yay hardware failure on the main dev box), Apache's commons compress library seems to be having issues finding the signature for a .tar.gz archive. Troubleshooting has indicated that this issue doesn't apply to a .zip archive, and that a decompressed, .tar version of the same test archive works with this code without any problems. Obviously, the .tar.gz decompressed without incident via gzip, so it doesn't appear that the archive compression should be the issue.

Need to read more in the library docs to see if this is a known issue on Windows (7).