There are 4 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-0e28eede-9737-44dd-aaa2-ffc3d470bdcf XWIKI-23365 In Progress

Deleting a cached document which contains xobject can produce abusive false positive cached document modification warning

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-18f7594a-59fc-40f9-82c7-c5902cf236a7 Changes by Thomas Mortagne on 24/Jul/25 13:52
 
Summary: Abusive modification of the Deleting a cached document on Distribution Wizard under some deletion events when upgrading XWiki which contains xobject can produce abusive false positive cached document modification warning
Version: 17.4.2
Version: 17.2.0-rc-1
Labels: regression
 
 

1 comment

 
cid:jira-generated-image-avatar-18f7594a-59fc-40f9-82c7-c5902cf236a7 Thomas Mortagne on 24/Jul/25 13:51
 
This one looks more like a problem the document delete API in general and not so much with how DW does it (which is pretty standard). i.e. it looks like a false positive warning to fix.

Apparently, the problem comes from the fact that the store delete API reload every single property before deleting it. Seems to me the only reason it does that is to make sure it does not try to delete a property that does not actually in the database, but reloading the entire property sounds like an expensive way to check if it exists...