There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6af11b41-3c93-4e51-9e96-f6e7e68f9508 XWIKI-22673 In Progress

Syntax [[...]] in terminal page breaks rendering and indexing of content

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-4383ee21-1e9b-4c62-a637-09b9024139ba Thomas Mortagne on 21/Nov/24 14:29
 

So the root cause of this bug is that this content is parsed by the relative entity reference parser and the relative entity reference parser returns null for empty references.

[], [.] and [..] are working because they are special keywords interpreted as ("current document", "current space" and "parent space"). But ... is just a regular reference which means <missing space>.<missing space>.<missing document>, but in the case of a "relative" resolve we don't missing pieces.