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

properly handle cases where cache wrappers block access #28385

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

icewind1991
Copy link
Member

CacheWrapper::formatCacheEntry can return false for files that should be filtered out

Fixes nextcloud/groupfolders#1621

@icewind1991 icewind1991 added the 3. to review Waiting for reviews label Aug 11, 2021
@icewind1991 icewind1991 added this to the Nextcloud 23 milestone Aug 11, 2021
@PVince81
Copy link
Member

possibly related, or needs additional fixing. nextcloud/groupfolders#1464

@PVince81
Copy link
Member

@icewind1991 seems psalm not happy

@skjnldsv skjnldsv mentioned this pull request Oct 13, 2021
@skjnldsv
Copy link
Member

/rebase

@skjnldsv skjnldsv added the bug label Oct 22, 2021
@nextcloud-command nextcloud-command force-pushed the search-handle-wrapper-filtered-entries branch from bc88ef3 to 99dbe6a Compare October 22, 2021 10:46
@skjnldsv

This comment has been minimized.

This was referenced Oct 25, 2021
@skjnldsv skjnldsv force-pushed the search-handle-wrapper-filtered-entries branch from 99dbe6a to 9f3a2ab Compare November 1, 2021 10:39
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Nov 1, 2021
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out

Signed-off-by: Robin Appelman <robin@icewind.nl>
@skjnldsv skjnldsv force-pushed the search-handle-wrapper-filtered-entries branch from 9f3a2ab to 118c647 Compare November 1, 2021 10:48
@skjnldsv
Copy link
Member

skjnldsv commented Nov 1, 2021

Fixed psalm, ready to merge

@skjnldsv skjnldsv merged commit 2547d2a into master Nov 1, 2021
@skjnldsv skjnldsv deleted the search-handle-wrapper-filtered-entries branch November 1, 2021 12:39
@skjnldsv
Copy link
Member

skjnldsv commented Nov 1, 2021

backport?

EDIT: groupfolders seems to also behave in stablexx branches following server. Backporting up to reported version, 22

@skjnldsv
Copy link
Member

skjnldsv commented Nov 1, 2021

/backport to stable22

@MichaIng
Copy link
Member

Is it possible and should be backport to stable21 as well? If so, we should do from #29509 to not include the Psalm baseline change in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ACLCacheWrapper::formatCacheEntry must not return false
6 participants