There are 5 updates, 1 comment.
 
 
Forum Application / cid:jira-generated-image-avatar-a9891f92-be0f-45dc-85d0-d45286d658c5 XAFORUM-272 Closed

Anwers not shown to a topic that contains a colon in the title

 
View issue   ·   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-7ebe3c8f-2af3-4381-8478-1daa73d8451d Changes by Clemens Robbenhaar on 27/Aug/25 16:39
 
Fix Version: 2.3.11
Description: If one creates a topic with e.g. a title: "Nice Idea : D"  then answers to that topic are not shown on the topic page.
The reason is a improper escape of special chars in the corresponding query.
Assignee: Clemens Robbenhaar
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-7ebe3c8f-2af3-4381-8478-1daa73d8451d Clemens Robbenhaar on 27/Aug/25 16:39
 

To escape the space name properly, a query API introduced in XWiki 8.4.5 has been used, thus requiring a slight increase in the required minimal XWiki platform version.