This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-cbc0dc96-9f99-4876-96c3-2f622652843b XWIKI-23794 Open

The XAR export of any page lists all spaces of the wiki

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-79d8b739-b407-4773-bdb8-9f461bb58d15 Michael Hamann created this issue on 04/Dec/25 15:42
 
Summary: The XAR export of any page lists all spaces of the wiki
Issue Type: cid:jira-generated-image-avatar-cbc0dc96-9f99-4876-96c3-2f622652843b Bug
Affects Versions: 16.10.0
Assignee: Unassigned
Components: Filter - Instance
Created: 04/Dec/25 15:42
Labels: performance
Priority: cid:jira-generated-image-static-major-5021e944-a276-4298-b87b-4f774ef96b75 Major
Reporter: Michael Hamann
Description:

Steps to reproduce:

Export any page as XAR.

Expected result:

When checking query logs for the export request, e.g., in Glowroot, there is no query that returns all spaces of the wiki.

Actual result:

There is a query select distinct xwikidocum0_.XWD_WEB as col_0_0_ from xwikidoc xwikidocum0_ order by xwikidocum0_.XWD_WEB asc that returns all spaces of the wiki.