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 (#308) #310

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

Jihed525
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.

(cherry picked from commit 6132294)

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.

(cherry picked from commit 6132294)
@Jihed525 Jihed525 requested a review from rdenarie December 16, 2023 14:58
@Jihed525 Jihed525 self-assigned this Dec 16, 2023
@Jihed525 Jihed525 enabled auto-merge (squash) December 16, 2023 14:58
Copy link

sonarcloud bot commented Dec 16, 2023

@Jihed525 Jihed525 merged commit 23779bb into patch/6.4.4 Dec 16, 2023
6 checks passed
@Jihed525 Jihed525 deleted the patch644-2 branch December 16, 2023 15:55
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