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

Nested jar URLs can not be resolved if the path contains spaces #39675

Commits on Feb 21, 2024

  1. Decode URL content before passing it to NestedLocation.parse method.

    URL can contains empty spaced encoded as %20, so it should be decoded
    before passing it to NestedLocation. NestedLocation expects file system
    path which should not contain URL encoded values.
    
    Closes spring-projectsgh-39655
    _ext Slovak, Jiri committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3b084e2 View commit details
    Browse the repository at this point in the history