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: allow special characters in storage prefix #1311

Merged
merged 2 commits into from
Apr 30, 2023

Commits on Apr 30, 2023

  1. Fix double encoding of spaces in storage prefix

    When storage was built from URL "file:///data/dir with spaces" all files were created in a directory named "/data/dir%2520with%2520spaces".
    Name of directory was not only incorrect, but also was causing errors on some filesystems.
    mrjoe7 authored and wjones127 committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f27bcdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7997ca2 View commit details
    Browse the repository at this point in the history