There are 5 updates, 1 comment.
 
 
Change Request Application / cid:jira-generated-image-avatar-213efdcc-9691-416b-b4db-998fff9e082d CRAPP-380 Closed

Missing images in the rendered diff

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-117bfa65-5b8d-4ca6-bae3-55fa51c6c988 Changes by Simon Urli on 23/Jul/25 16:09
 
Fix Version: 1.18
Documentation in Release Notes: N/A
Documentation: N/A
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-117bfa65-5b8d-4ca6-bae3-55fa51c6c988 Simon Urli on 23/Jul/25 16:09
 

A way to actually fix it without needing to depend from XWIKI-23398 is to actually not perform the clean up right away, but do it after the diff is displayed: that way we can hope that the request to get the image is performed through the sticky session of the user and so it gets the image properly from the temporary attachments of the same node where it was added. The clean up is then performed by an AJAX call.

But note that it still doesn't prevent issues such as CRAPP-390