[jboss-cvs] jboss-portal/wsrp/src/main/org/jboss/portal/wsrp ...

Chris Laprun chris.laprun at jboss.com
Mon Aug 21 19:07:21 EDT 2006


  User: claprun 
  Date: 06/08/21 19:07:21

  Modified:    wsrp/src/main/org/jboss/portal/wsrp  Tag:
                        JBoss_Portal_Branch_2_4 WSRPConstants.java
  Log:
  - Backported recent changes.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.1  +4 -1      jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/WSRPConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WSRPConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/wsrp/src/main/org/jboss/portal/wsrp/WSRPConstants.java,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -b -r1.11 -r1.11.2.1
  --- WSRPConstants.java	2 Aug 2006 23:48:23 -0000	1.11
  +++ WSRPConstants.java	21 Aug 2006 23:07:21 -0000	1.11.2.1
  @@ -28,7 +28,7 @@
   
   /**
    * @author <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.11.2.1 $
    * @since 2.4
    */
   public final class WSRPConstants
  @@ -136,6 +136,9 @@
      /** The markup is not specific to the UserContext and therefore may be supplied to all users of the Consumer. */
      public static final String CACHE_FOR_ALL = "wsrp:forAll";
   
  +   /** The value of SessionContext.expires if the session will never expire. */
  +   public static final int SESSION_NEVER_EXPIRES = -1;
  +
      static
      {
         InetAddress localhost = null;
  
  
  



More information about the jboss-cvs-commits mailing list