[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/http ...

Tom Elrod tom.elrod at jboss.com
Thu Jan 18 02:37:32 EST 2007


  User: telrod  
  Date: 07/01/18 02:37:32

  Modified:    src/main/org/jboss/remoting/transport/http  Tag:
                        remoting_2_x HTTPMetadataConstants.java
  Log:
  JBREM-671 - fixed so leasing will work again when using servlet invoker.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +2 -0      JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPMetadataConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -b -r1.9 -r1.9.2.1
  --- HTTPMetadataConstants.java	21 Sep 2006 04:43:06 -0000	1.9
  +++ HTTPMetadataConstants.java	18 Jan 2007 07:37:32 -0000	1.9.2.1
  @@ -40,6 +40,8 @@
      public static final String REMOTING_VERSION_HEADER = "JBoss-Remoting-Version";
      public static final String REMOTING_USER_AGENT = "User-Agent";
      public static final String REMOTING_LEASE_QUERY = "JBoss-Remoting-Lease-Query";
  +   // for some reason, if using servlet invoker, the header name is all lower case (at least w/ JBoss/Tomcat)
  +   public static final String REMOTING_LEASE_QUERY_LOWER_CASE = "jboss-remoting-lease-query";
   
      /**
       * Configuration key for indicating if http client invoker should
  
  
  



More information about the jboss-cvs-commits mailing list