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

Ron Sigal ron_sigal at yahoo.com
Tue Oct 9 18:23:07 EDT 2007


  User: rsigal  
  Date: 07/10/09 18:23:07

  Modified:    src/main/org/jboss/remoting/transport/http  Tag:
                        remoting_2_2_0_GA HTTPMetadataConstants.java
  Log:
  JBREM-813:  Added RETURN_EXCEPTION.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1.4.1 +6 -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.2.1
  retrieving revision 1.9.2.1.4.1
  diff -u -b -r1.9.2.1 -r1.9.2.1.4.1
  --- HTTPMetadataConstants.java	18 Jan 2007 07:37:32 -0000	1.9.2.1
  +++ HTTPMetadataConstants.java	9 Oct 2007 22:23:07 -0000	1.9.2.1.4.1
  @@ -49,4 +49,10 @@
       * as the response.
       */
      public static final String NO_THROW_ON_ERROR = "NoThrowOnError";
  +   
  +   /**
  +    * Configuration key for indicating that servlet invoker should return actual exception 
  +    * thrown by invocation handler.
  +    */
  +   public static final String RETURN_EXCEPTION = "return-exception";
   }
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list