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

fix: Fix Huge Memory consumption in WebDav Access - EXO-68314 #309

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

rdenarie
Copy link
Member

Prior to this change, when accessing webdav and getting a property or check it, the jcr:data content is parsed as string and added in properties list. This change will make the property value lazily loaded only when really needed and not when building the Property object.

Prior to this change, when accessing webdav and getting a property or check it, the jcr:data content is parsed as string and added in properties list. This change will make the property value lazily loaded only when really needed and not when building the Property object.
@rdenarie rdenarie requested a review from Jihed525 December 16, 2023 14:47
@rdenarie rdenarie enabled auto-merge (squash) December 16, 2023 14:47
@Jihed525 Jihed525 changed the title fix: Fix Huge Memory consumption in WebDav Access fix: Fix Huge Memory consumption in WebDav Access - EXO-68314 Dec 16, 2023
Copy link

sonarcloud bot commented Dec 16, 2023

@rdenarie rdenarie merged commit 0ed8529 into stable/6.5.x Dec 16, 2023
7 checks passed
@rdenarie rdenarie deleted the backport-oom branch December 16, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants