demery-pivotal opened a new pull request #6774: URL: https://github.com/apache/geode/pull/6774
PROBLEM `ContainerInstall` fetches a resource URL, then applies a chain of conversions before passing the resulting URL to the `ZipURLInstaller` constructor. One of the conversions attempts to create a `Path` from a string. On Windows, the string value is not a valid path, and `Paths.get(...)` throws an exception. SOLUTION Change `ContainerInstall` to remove all of the conversions. The original resource URL is acceptable to `ZipURLInstaller` without any conversion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
