When calling `FileUtils.listContents(new URL("jar:file:/tmp/blub.jar!/"));` it returns a list of the contents of the `.jar` file, as expected. The output of `FileUtils.listContents(new URL("file:/tmp/blub.jar"));` should be identical...