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

Acceptance tests for dots in path #34442

Closed
PVince81 opened this issue Feb 11, 2019 · 2 comments
Closed

Acceptance tests for dots in path #34442

PVince81 opened this issue Feb 11, 2019 · 2 comments
Assignees
Milestone

Comments

@PVince81
Copy link
Contributor

See #26143 (comment)

@ownclouders
Copy link
Contributor

GitMate.io thinks possibly related issues are #31579 (test), #22492 (test), #22485 (test), #33345 (Use new webDAV path in upload to share acceptance test), and #32347 (Add getters for private vars of acceptance test traits).

@phil-davis
Copy link
Contributor

phil-davis commented Mar 2, 2020

Looking at that linked comment and PR, we should cover upload/download/rename/delete for folder/file combinations like:

  • folder and/or file ends with a dot /folder./file.
  • folder has dot in the name /folder.1/file.txt
  • folder and/or file has multiple dots /folder..1../file..name..
  • folder and/or file is actually all dots (3 or more) /.../...
  • folder and or file starts with dot (hidden files - we might already have those cases?)
  • folder and or file starts with 2 dots /..folder/..file

And other unusual combinations that you think might cause trouble ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants