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

Ron Sigal ron_sigal at yahoo.com
Wed Oct 31 22:18:28 EDT 2007


  User: rsigal  
  Date: 07/10/31 22:18:28

  Modified:    src/main/org/jboss/remoting/transport/http  Tag:
                        remoting_2_x HTTPMetadataConstants.java
  Log:
  JBREM-675: Changed RETURN_EXCEPTION to DONT_RETURN_EXCEPTION.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.3   +1 -1      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.2.2
  retrieving revision 1.9.2.3
  diff -u -b -r1.9.2.2 -r1.9.2.3
  --- HTTPMetadataConstants.java	11 Oct 2007 04:55:56 -0000	1.9.2.2
  +++ HTTPMetadataConstants.java	1 Nov 2007 02:18:28 -0000	1.9.2.3
  @@ -54,5 +54,5 @@
       * Configuration key for indicating that servlet invoker should return actual exception 
       * thrown by invocation handler.
       */
  -   public static final String RETURN_EXCEPTION = "return-exception";
  +   public static final String DONT_RETURN_EXCEPTION = "dont-return-exception";
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list