You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/01/13 16:30:20 UTC

cvs commit: jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/util FilterServletOutputStream.java GenericResponseWrapper.java

vmassol     02/01/13 07:30:20

  Modified:    src/sample/servlet23/org/apache/cactus TestAll.java
               src/sample/servlet23/org/apache/cactus/sample
                        SampleFilter.java TestSampleFilter.java
               src/sample/servlet23/org/apache/cactus/sample/unit
                        TestServletTestCaseSpecific.java
               src/sample/servlet23/org/apache/cactus/sample/util
                        FilterServletOutputStream.java
                        GenericResponseWrapper.java
  Log:
  Happy new year !
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/TestAll.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestAll.java	25 Sep 2001 09:12:52 -0000	1.4
  +++ TestAll.java	13 Jan 2002 15:30:20 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -61,7 +61,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: TestAll.java,v 1.4 2001/09/25 09:12:52 vmassol Exp $
  + * @version $Id: TestAll.java,v 1.5 2002/01/13 15:30:20 vmassol Exp $
    */
   public class TestAll extends TestCase
   {
  
  
  
  1.3       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/SampleFilter.java
  
  Index: SampleFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/SampleFilter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleFilter.java	14 Sep 2001 20:22:17 -0000	1.2
  +++ SampleFilter.java	13 Jan 2002 15:30:20 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -66,7 +66,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: SampleFilter.java,v 1.2 2001/09/14 20:22:17 pier Exp $
  + * @version $Id: SampleFilter.java,v 1.3 2002/01/13 15:30:20 vmassol Exp $
    */
   public class SampleFilter implements Filter
   {
  
  
  
  1.4       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/TestSampleFilter.java
  
  Index: TestSampleFilter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/TestSampleFilter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestSampleFilter.java	14 Sep 2001 20:22:27 -0000	1.3
  +++ TestSampleFilter.java	13 Jan 2002 15:30:20 -0000	1.4
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -70,7 +70,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: TestSampleFilter.java,v 1.3 2001/09/14 20:22:27 pier Exp $
  + * @version $Id: TestSampleFilter.java,v 1.4 2002/01/13 15:30:20 vmassol Exp $
    */
   public class TestSampleFilter extends FilterTestCase
   {
  
  
  
  1.5       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/unit/TestServletTestCaseSpecific.java
  
  Index: TestServletTestCaseSpecific.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/unit/TestServletTestCaseSpecific.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestServletTestCaseSpecific.java	14 Sep 2001 20:22:37 -0000	1.4
  +++ TestServletTestCaseSpecific.java	13 Jan 2002 15:30:20 -0000	1.5
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -76,7 +76,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: TestServletTestCaseSpecific.java,v 1.4 2001/09/14 20:22:37 pier Exp $
  + * @version $Id: TestServletTestCaseSpecific.java,v 1.5 2002/01/13 15:30:20 vmassol Exp $
    */
   public class TestServletTestCaseSpecific extends ServletTestCase
   {
  
  
  
  1.3       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/util/FilterServletOutputStream.java
  
  Index: FilterServletOutputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/util/FilterServletOutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FilterServletOutputStream.java	14 Sep 2001 20:22:48 -0000	1.2
  +++ FilterServletOutputStream.java	13 Jan 2002 15:30:20 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -67,7 +67,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: FilterServletOutputStream.java,v 1.2 2001/09/14 20:22:48 pier Exp $
  + * @version $Id: FilterServletOutputStream.java,v 1.3 2002/01/13 15:30:20 vmassol Exp $
    *
    * @see GenericResponseWrapper
    */
  
  
  
  1.3       +2 -2      jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/util/GenericResponseWrapper.java
  
  Index: GenericResponseWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/src/sample/servlet23/org/apache/cactus/sample/util/GenericResponseWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GenericResponseWrapper.java	14 Sep 2001 20:22:59 -0000	1.2
  +++ GenericResponseWrapper.java	13 Jan 2002 15:30:20 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -71,7 +71,7 @@
    *
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    *
  - * @version $Id: GenericResponseWrapper.java,v 1.2 2001/09/14 20:22:59 pier Exp $
  + * @version $Id: GenericResponseWrapper.java,v 1.3 2002/01/13 15:30:20 vmassol Exp $
    *
    * @see FilterServletOutputStream
    */
  
  
  

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