You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/12/29 23:52:09 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine ValveContext.java

dlr         01/12/29 14:52:09

  Modified:    src/java/org/apache/turbine ValveContext.java
  Log:
  Changed contract of invokeNext() to allow calls to result in no-ops
  when there are no more Valves in the Pipeline.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-turbine-3/src/java/org/apache/turbine/ValveContext.java
  
  Index: ValveContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/ValveContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- ValveContext.java	29 Dec 2001 22:32:48 -0000	1.1
  +++ ValveContext.java	29 Dec 2001 22:52:09 -0000	1.2
  @@ -72,7 +72,7 @@
    * @author Gunnar Rjnning
    * @author Peter Donald
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
  - * @version $Revision: 1.1 $ $Date: 2001/12/29 22:32:48 $
  + * @version $Revision: 1.2 $ $Date: 2001/12/29 22:52:09 $
    */
   public interface ValveContext
   {
  @@ -84,8 +84,8 @@
        * Exceptions thrown by a subsequently executed Valve will be
        * passed on to our caller.</p>
        *
  -     * <p>If there are no more Valves to be executed, an appropriate
  -     * ServletException will be thrown by this ValveContext.</p>
  +     * <p>If there are no more Valves to be executed, execution of
  +     * this method will result in a no op.</p>
        *
        * @param data The run-time information, including the servlet
        * request and response we are processing.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>