
Update JarUrlConnection so that the full raw zip data is returned from nested jars when no entry name is specified. This update allows Tomcat's `WarURLConnection` to work with our nested connections since they can parse the returned raw zip data. Fixes gh-38047