This issue has been created
There are 4 updates.
 
 
Confluence / cid:jira-generated-image-avatar-970c063c-b9d2-478b-85b2-42d532bfb754 CONFLUENCE-508 Closed

Space keys are not converted into references with the correct case

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-76c66e51-7af0-42d1-a313-a8f982ad36ad Raphaël Jakse created this issue on 10/Feb/26 18:01
 
Summary: Space keys are not converted into references with the correct case
Issue Type: cid:jira-generated-image-avatar-970c063c-b9d2-478b-85b2-42d532bfb754 Bug
Affects Versions: 9.91.0
Assignee: Unassigned
Components: XML
Created: 10/Feb/26 18:01
Priority: cid:jira-generated-image-static-major-dcf9daec-ee27-4478-a60d-4c244c07e7a4 Major
Reporter: Raphaël Jakse
Description:

This should be exceedingly rare, but if a space is referenced by its key in a macro parameter but without the canonical case, it will be converted using the case used in the reference, not the correct one.

For instance, if a page in the "MySpace" space contains the following:

<p><ac:structured-macro ac:name="livesearch">
  <ac:parameter ac:name="spaceKey"><ri:space ri:space-key="myspace" /></ac:parameter>
</ac:structured-macro></p>

it will be converted to:

{{locationSearch reference="myspace"/}} 

instead of:

{{locationSearch reference="MySpace"/}}  
 
 

4 updates

 
cid:jira-generated-image-avatar-76c66e51-7af0-42d1-a313-a8f982ad36ad Changes by Raphaël Jakse on 10/Feb/26 18:01
 
Fix Version: 9.91.1
Assignee: Raphaël Jakse
Resolution: Fixed
Status: Open Closed