We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot delete files when allowlists are enabled
This stack trace is produced when allowlists are set (OOD_ALLOWLIST_PATH) and you try to delete 1 or more files.
OOD_ALLOWLIST_PATH
app/models/allowlist_policy.rb:45:in `initialize' app/models/allowlist_policy.rb:45:in `new' app/models/allowlist_policy.rb:45:in `real_expanded_path' app/models/allowlist_policy.rb:30:in `block in permitted?' app/models/allowlist_policy.rb:30:in `any?' app/models/allowlist_policy.rb:30:in `permitted?' app/models/transfer.rb:18:in `block (2 levels) in <class:Transfer>' app/models/transfer.rb:16:in `each' app/models/transfer.rb:16:in `block in <class:Transfer>' app/controllers/transfers_controller.rb:21:in `create'
The text was updated successfully, but these errors were encountered:
transfer validation checks need to check for nil keys for the rm comm…
d0dbc13
…and to fix #1337
Lots of great troubleshooing in #1336 so please refer to that ticket as well.
Sorry, something went wrong.
Bugfix/allowlist rm files (#1338)
1818fb2
* add tests for failing rm commands * transfer validation checks need to check for nil keys for the rm command to fix #1337
Successfully merging a pull request may close this issue.
Cannot delete files when allowlists are enabled
This stack trace is produced when allowlists are set (
OOD_ALLOWLIST_PATH
) and you try to delete 1 or more files.The text was updated successfully, but these errors were encountered: