There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5303a4d3-161f-4ce2-852f-dd7c8610e73d XWIKI-22956 In Progress

Live Data filter value suggestions don't work when the class contains spaces

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-1a040624-a38b-4d6b-8e9e-af188b50b1b3 Thomas Mortagne on 12/Mar/25 16:45
 

So Jersey decoding specification is https://github.com/eclipse-ee4j/jersey/blob/2.46/core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java#L429 and consider that "+" is to be replaced as white space only in query parameters, but not in the path (which is the current use case). Nothing in the code suggest that it can be configured, so I'm afraid it's going to be hard to keep supporting + in REST URLs...