There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4c7b55a2-45c7-4391-bc95-3933bd6911ef XWIKI-22422 Open

XWiki shouldn't allow passing URLs with %25 in it

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-0a1fbcc3-347f-4353-b5a6-c9d65c3c9db6 Changes by Thomas Mortagne on 16/Aug/24 14:06
 
Description: See https://github.com/jetty/jetty.project/issues/12162

In short it goes against the Servlet spec.

What it means:
* Disallowing %
25 in page names and attachment names, using a default page naming strategy
* Check if we have jobs using % in their ids and if so change their ids. Document a best practice to not use % in job id names.
* Anything else?