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

Chris Laprun chris.laprun at jboss.com
Sat Aug 19 03:08:12 EDT 2006


  User: claprun 
  Date: 06/08/19 03:08:12

  Modified:    wsrp/src/main/org/jboss/portal/wsrp  WSRPConstants.java
  Log:
  - Added management of session expiration.
  - Minor improvements.
  
  Revision  Changes    Path
  1.12      +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.12
  diff -u -b -r1.11 -r1.12
  --- WSRPConstants.java	2 Aug 2006 23:48:23 -0000	1.11
  +++ WSRPConstants.java	19 Aug 2006 07:08:12 -0000	1.12
  @@ -28,7 +28,7 @@
   
   /**
    * @author <a href="mailto:chris.laprun at jboss.com">Chris Laprun</a>
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    * @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