MyFaces may decide to use wrong locales
---------------------------------------

                 Key: MYFACES-1516
                 URL: http://issues.apache.org/jira/browse/MYFACES-1516
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.4
         Environment: x86_64, fedora core 6
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode)
tomcat 5.5.20
            Reporter: Ondrej Svetlik


I have three locales supported:
cs_CZ
en_US
en
When I tell my browser to send only one allowed language, everything is all 
right, but when I configure firefox to use these three languages in the same 
order (firefox sets 0.7 priority to en_US and 0.3 to en), I always get en_US 
version. Locale config says that cs_CZ is the default locale:
<locale-config>
<default-locale>cs_CZ</default-locale>
<supported-locale>en_US</supported-locale>
<supported-locale>en</supported-locale>
</locale-config>
This is not a blocker, but it is a problem, that should be solved.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to