You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2008/11/27 12:23:52 UTC

svn commit: r721160 - /myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java

Author: werpu
Date: Thu Nov 27 03:23:49 2008
New Revision: 721160

URL: http://svn.apache.org/viewvc?rev=721160&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-1950

Modified:
    myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java

Modified: myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java?rev=721160&r1=721159&r2=721160&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java (original)
+++ myfaces/core/branches/2_0_0/api/src/main/java/javax/faces/context/ExternalContext.java Thu Nov 27 03:23:49 2008
@@ -270,12 +270,17 @@
     /**
      * @since JSF 2.0
      */
+    /*
+       not in the jsf-spec-2.0-20080911
+       maybe we can add it later but for now we have to leave it out
+     
     public boolean isNewSession()
     {
         // TODO: JSF 2.0 MYFACES-1950
         // VALIDATE: Should this be asbtract or throws UnsupportedOperationException? Check with the EG
         return false;
     }
+    */
 
     public abstract boolean isUserInRole(String role);