Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix File resolver when classloader provides URLs for directories #5092

Merged

Commits on Feb 5, 2024

  1. Handle the case where the file resolver is used with a classloader th…

    …at return a URL for directories.
    
    When unpackFromJarURL is called with a directory, the method throws an exception as the entry does not really exist. By checking the length we can detect the case and not try to retrieve the JarFile from the connection.
    cescoffier committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c93703e View commit details
    Browse the repository at this point in the history