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

Refactor file copy/move/delete REST endpoints to handle UNC paths better #521

Closed
mountaindude opened this issue Aug 6, 2022 · 0 comments · Fixed by #525, #526 or #529
Closed

Refactor file copy/move/delete REST endpoints to handle UNC paths better #521

mountaindude opened this issue Aug 6, 2022 · 0 comments · Fixed by #525, #526 or #529
Assignees
Milestone

Comments

@mountaindude
Copy link
Collaborator

mountaindude commented Aug 6, 2022

UNC paths not handled well as of 8.3.3.
Can be made to work in some cases, but not very stable or intuitive.

Specifically:

  • More robust parsing of approved paths for file copy/move/delete operations.
  • More robust parsing of file/path provided in the call to the REST API endpoint.
@mountaindude mountaindude self-assigned this Aug 6, 2022
@mountaindude mountaindude added this to the 8.4.0 milestone Aug 6, 2022
mountaindude added a commit to mountaindude/butler that referenced this issue Aug 6, 2022
mountaindude added a commit to mountaindude/butler that referenced this issue Aug 6, 2022
mountaindude added a commit to mountaindude/butler that referenced this issue Aug 6, 2022
mountaindude added a commit to mountaindude/butler that referenced this issue Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment