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

FileGetInfo on deleted file returns FILE_DELETED error #40

Closed
tinker-michaelj opened this issue May 12, 2020 · 0 comments
Closed

FileGetInfo on deleted file returns FILE_DELETED error #40

tinker-michaelj opened this issue May 12, 2020 · 0 comments
Assignees
Labels
Bug An error that causes the feature to behave differently than what was expected based on design. P1 High priority issue, which must be completed in the milestone otherwise the release is at risk. Release Note Issues which need a release note created.

Comments

@tinker-michaelj
Copy link
Collaborator

Summary of the defect
A FileGetInfo query should still return the metadata (expiry, WACL, deletion status) of a deleted file until it has expired; however, Services is currently rejecting such queries with a FILE_DELETED response status.

Suggested resolution
Update the relevant AnswerService with relaxed validation logic.

@tinker-michaelj tinker-michaelj added Bug An error that causes the feature to behave differently than what was expected based on design. P1 High priority issue, which must be completed in the milestone otherwise the release is at risk. Release Note Issues which need a release note created. labels May 12, 2020
ljianghedera pushed a commit that referenced this issue Aug 1, 2020
tinker-michaelj pushed a commit that referenced this issue Sep 22, 2020
…-already-deleted

Fix(token): Deleting an already deleted token must return an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An error that causes the feature to behave differently than what was expected based on design. P1 High priority issue, which must be completed in the milestone otherwise the release is at risk. Release Note Issues which need a release note created.
Projects
None yet
Development

No branches or pull requests

4 participants