There are 2 updates, 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-f3dfb706-e54a-4f98-94c2-d4304ef3d009 XWIKI-23256 Open

User sheet breaks if user has special characters set as their first/last name

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-1cdd233c-d50a-4479-9fa8-78e1e12e50eb Changes by Thomas Mortagne on 19/Jun/25 14:13
 
Assignee: Thomas Mortagne
Status: In Progress Open
 
 

3 comments

 
cid:jira-generated-image-avatar-1cdd233c-d50a-4479-9fa8-78e1e12e50eb Thomas Mortagne on 19/Jun/25 14:07
 

XWIKI-20327 added escaping for macro syntax (for security reasons), but it did not really fix the root problem (the fact that wiki syntax is interpeted when the content does not contain anything that looks like HTML, or "{" after XWIKI-20327).

 
cid:jira-generated-image-avatar-1cdd233c-d50a-4479-9fa8-78e1e12e50eb Thomas Mortagne on 19/Jun/25 14:07
 
XWIKI-20327 added escaping for macro syntax (for security reasons), but it did not really fix the root problem (the fact that wiki syntax is interpeted interpreted when the content does not contain anything that looks like HTML, or "{" after XWIKI-20327).
 
cid:jira-generated-image-avatar-1cdd233c-d50a-4479-9fa8-78e1e12e50eb Thomas Mortagne on 19/Jun/25 14:15
 
XWIKI-20327 added escaping for macro syntax (for security reasons), but it did not really fix the root problem (the fact that wiki syntax is interpreted when the content does not contain anything that looks like HTML, or "{" after XWIKI-20327). As usual the difficulty is coming from Document#display that return very different type of content depending on the content of the string property. We really need a less fuzzy property display API...