You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2015/04/28 22:22:06 UTC

[jira] [Commented] (OFBIZ-6309) Freemarker errors at lanaguge change page due to locale with no display name returned by Locale.getAvailableLocales() in UtilMisc.java#getAvailableLocaleList

    [ https://issues.apache.org/jira/browse/OFBIZ-6309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14517956#comment-14517956 ] 

Adrian Crum commented on OFBIZ-6309:
------------------------------------

What JRE version are you using? There is no error on my local copy, so I suspect this is a bug in the JRE.

> Freemarker errors at lanaguge change page due to locale with no display name returned by Locale.getAvailableLocales() in UtilMisc.java#getAvailableLocaleList
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6309
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6309
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>         Attachments: OFBIZ-6309.patch
>
>
> For some reason Locale.getAvailableLocales() returns an array list whose first member is a locale without a display name which causes an FTL error at ListLocales page.  The error is not occurring for the demo trunk.  The attached patch adds a line to UtilMisc to check that a displayName exists before adding the locale to the list in case the same happens for other users.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)