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

[stable29] fix: Avoid throwing exceptions during propfind #6155

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Jul 31, 2024

Fixes nextcloud/server#42663

Was already fixed on main with #5948

@juliusknorr
Copy link
Member Author

/backport! to stable28

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@blizzz blizzz changed the title fix: Avoid throwing exceptions during propfind [stable29] fix: Avoid throwing exceptions during propfind Jul 31, 2024
@juliusknorr juliusknorr merged commit c6a1735 into stable29 Jul 31, 2024
48 checks passed
@juliusknorr juliusknorr deleted the fix/workspace-exception branch July 31, 2024 13:55
Comment on lines +125 to 126
} catch (GenericFileException|NotPermittedException|LockedException) {
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exception should be logged, at least on debug level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
Archived in project
4 participants