There are 5 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-fb568974-9082-4bfc-9a30-2c37f2682ad1 XWIKI-22395 Closed

Filter locales listed in Administration in order to ensure that the list contains only locales with the correct format

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-8a46eeea-c5c9-4835-929c-ad717bdfbc8d Changes by Thomas Mortagne on 06/Aug/24 13:46
 
Documentation in Release Notes: N/A
Documentation: N/A
Resolution: Fixed
Status: Open Closed
Labels: java
 
 

1 comment

 
cid:jira-generated-image-avatar-8a46eeea-c5c9-4835-929c-ad717bdfbc8d Thomas Mortagne on 06/Aug/24 13:43
 

Java 17 apparently added a lot of locales with the script information in it, but our current Locale string parser (actual Apache Commons Lang one) does not support it, so it causes a lot of problems when we try to manipulate such locale. I'm going to add a generic filtering or unsupported Locale format in the API we use to list available Locales.