You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2015/04/03 22:23:28 UTC

svn commit: r1671156 - /myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java

Author: lu4242
Date: Fri Apr  3 20:23:28 2015
New Revision: 1671156

URL: http://svn.apache.org/r1671156
Log:
MYFACES-3977 12.1.3 add this text to the javax.faces.STATE_SAVING_METHOD spec. When examining the value, the runtime must ignore the case.

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java?rev=1671156&r1=1671155&r2=1671156&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/application/StateManager.java Fri Apr  3 20:23:28 2015
@@ -73,7 +73,7 @@ public abstract class StateManager
      * </p>
      */
     @JSFWebConfigParam(defaultValue="server", expectedValues="server,client",
-            since="1.1", group="state", tags="performance",
+            since="1.1", group="state", tags="performance", ignoreUpperLowerCase = true,
             desc="Define the state method to be used. There are two different options "
                  + "defined by the specification: 'client' and 'server' state.")
     public static final String STATE_SAVING_METHOD_PARAM_NAME = "javax.faces.STATE_SAVING_METHOD";