This issue has been created
 
 
Confluence / cid:jira-generated-image-avatar-c60182ab-126a-4c15-af75-e30539338653 CONFLUENCE-481 Open

Make Confluence resolvers case insensitive

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-9dd74829-8c64-4930-a3f1-6a86c93c4c24 Raphaël Jakse created this issue on 13/Jun/25 12:21
 
Summary: Make Confluence resolvers case insensitive
Issue Type: cid:jira-generated-image-avatar-c60182ab-126a-4c15-af75-e30539338653 Bug
Affects Versions: 9.87.1
Assignee: Unassigned
Components: Resolvers, URL Mapping, XML
Created: 13/Jun/25 12:21
Priority: cid:jira-generated-image-static-major-6ed7cc98-79a5-45b7-8e4f-8fbbb709edb8 Major
Reporter: Raphaël Jakse
Description:

Confluence is generally case insensitive, in particular with space keys and page titles. However, our resolvers are currently case sensitive because we only store the original case in ConfluencePageClass objects, and we don't yet index string properties case insensitively. This causes a lot of resolution failures that should have worked.

It should be easy to fix as soon as we have this.