Check zip contents using zip4j
https://github.com/srikanth-lingala/zip4j#list-all-files-in-a-zip
Instead of the current way which uses a FileSystem which can be unreliable at times, we should use the already present zip4j library which has methods available to get the content of files in a zip archive.