You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/09/02 20:53:12 UTC

svn commit: r267273 - /myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml

Author: baranda
Date: Fri Sep  2 11:53:09 2005
New Revision: 267273

URL: http://svn.apache.org/viewcvs?rev=267273&view=rev
Log:
Fixes MYFACES-482. If the Application defaultLocale is not set explicitly a null must be returned in Application.getDefaultLocale. Although it was theoretically correct, I've removed the default locale from the standard-faces-config.xml in order to pass the TCK (applicationSetGetDefaultLocaleTest)

Modified:
    myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml

Modified: myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml?rev=267273&r1=267272&r2=267273&view=diff
==============================================================================
--- myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml (original)
+++ myfaces/impl/trunk/src/java/org/apache/myfaces/resource/standard-faces-config.xml Fri Sep  2 11:53:09 2005
@@ -29,7 +29,6 @@
     <variable-resolver>org.apache.myfaces.el.VariableResolverImpl</variable-resolver>
     <property-resolver>org.apache.myfaces.el.PropertyResolverImpl</property-resolver>
     <locale-config>
-        <default-locale>en</default-locale>
         <supported-locale>en</supported-locale>
         <supported-locale>de</supported-locale>
         <supported-locale>fr</supported-locale>