This issue has been created
There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c1e4d2ab-d8c9-4541-a935-f9356b5668fa XWIKI-22892 In Progress

In loadXWikiDoc, automatically reload the cached document if it has been modified

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-d31b4c91-280e-4a17-9d2e-cf25428e8f64 Thomas Mortagne created this issue on 19/Feb/25 12:07
 
Summary: In loadXWikiDoc, automatically reload the cached document if it has been modified
Issue Type: cid:jira-generated-image-avatar-c1e4d2ab-d8c9-4541-a935-f9356b5668fa Improvement
Affects Versions: 17.1.0-rc-1
Assignee: Unassigned
Components: Old Core
Created: 19/Feb/25 12:07
Priority: cid:jira-generated-image-static-major-2aff4145-1584-4a4b-873f-ffe200f21084 Major
Reporter: Thomas Mortagne
Description:

The idea is to limit bugs caused by threads directly modifying cached XWikiDocument instance by making sure other threads get pristine XWikiDocument when that happens.

 
 

3 updates

 
cid:jira-generated-image-avatar-d31b4c91-280e-4a17-9d2e-cf25428e8f64 Changes by Thomas Mortagne on 19/Feb/25 12:08
 
Description: The idea is to limit bugs caused by threads directly modifying cached XWikiDocument instance by making sure other threads get pristine XWikiDocument when that happens.

See https://forum.xwiki.org/t/make-sure-to-always-return-a-clean-document-from-the-cache/15562/1 for the related proposal.
Assignee: Thomas Mortagne
Status: Open In Progress