Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 6ea3f8fb42d0363cabbcc76b8db46b4d827a1985 https://github.com/xwiki/xwiki-platform/commit/6ea3f8fb42d0363cabbcc76b8db46... Author: Simon Urli <[email protected]> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/DownloadAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/ViewAttachmentRevisionIT.java A xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-pageobjects/src/main/java/org/xwiki/attachment/test/po/AttachmentRevisionPage.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/DeletedAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DeletedAttachmentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/HibernateAttachmentRecycleBinStoreTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/viewattachrev.vm Log Message: ----------- XWIKI-24717: Wrong reference used in DownloadRevAction * Add integration tests covering DownloadRevAction and ViewAttachRevAction * Ensure that the obtained deleted attachment matches the requested one in HibernateAttachmentRecycleBinStore * Add missing check in DeletedAttachment API and cover it with test * Extract the download and the display of an attachment revision in a new AttachmentRevisionPage page object * Give the attachment revisions table an id so that the page object can rely on it instead of on the requested action Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> (cherry picked from commit afc5288887bb5a341d3a8a2c8f413194ea362616) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications