vmassol     02/01/13 07:01:57

  Modified:    src/framework/servlet23/org/apache/cactus
                        FilterTestCase.java
               src/framework/servlet23/org/apache/cactus/client
                        FilterHttpClient.java
               src/framework/servlet23/org/apache/cactus/server
                        FilterConfigWrapper.java FilterImplicitObjects.java
                        FilterTestCaller.java FilterTestController.java
                        FilterTestRedirector.java
                        HttpServletRequestWrapper.java
                        PageContextWrapper.java
                        RequestDispatcherWrapper.java
                        ServletConfigWrapper.java
                        ServletContextWrapper.java
  Log:
  Happy new year !
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/FilterTestCase.java
  
  Index: FilterTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/FilterTestCase.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilterTestCase.java       14 Sep 2001 20:12:25 -0000      1.3
  +++ FilterTestCase.java       13 Jan 2002 15:01:57 -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:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterTestCase.java,v 1.3 2001/09/14 20:12:25 pier Exp $
  + * @version $Id: FilterTestCase.java,v 1.4 2002/01/13 15:01:57 vmassol Exp $
    */
   public class FilterTestCase extends AbstractTestCase
   {
  
  
  
  1.4       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/client/FilterHttpClient.java
  
  Index: FilterHttpClient.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/client/FilterHttpClient.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilterHttpClient.java     16 Nov 2001 19:24:06 -0000      1.3
  +++ FilterHttpClient.java     13 Jan 2002 15:01:57 -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
  @@ -59,7 +59,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterHttpClient.java,v 1.3 2001/11/16 19:24:06 vmassol Exp $
  + * @version $Id: FilterHttpClient.java,v 1.4 2002/01/13 15:01:57 vmassol Exp $
    */
   public class FilterHttpClient extends AbstractHttpClient
   {
  
  
  
  1.4       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterConfigWrapper.java
  
  Index: FilterConfigWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterConfigWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FilterConfigWrapper.java  14 Sep 2001 20:12:35 -0000      1.3
  +++ FilterConfigWrapper.java  13 Jan 2002 15:01:57 -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
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterConfigWrapper.java,v 1.3 2001/09/14 20:12:35 pier Exp $
  + * @version $Id: FilterConfigWrapper.java,v 1.4 2002/01/13 15:01:57 vmassol Exp $
    * @see ServletContext
    */
   public class FilterConfigWrapper implements FilterConfig
  
  
  
  1.3       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterImplicitObjects.java
  
  Index: FilterImplicitObjects.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterImplicitObjects.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FilterImplicitObjects.java        14 Sep 2001 20:12:47 -0000      1.2
  +++ FilterImplicitObjects.java        13 Jan 2002 15:01:57 -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
  @@ -63,7 +63,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterImplicitObjects.java,v 1.2 2001/09/14 20:12:47 pier Exp $
  + * @version $Id: FilterImplicitObjects.java,v 1.3 2002/01/13 15:01:57 vmassol Exp $
    */
   public class FilterImplicitObjects extends WebImplicitObjects
   {
  
  
  
  1.5       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestCaller.java
  
  Index: FilterTestCaller.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestCaller.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FilterTestCaller.java     4 Nov 2001 22:51:45 -0000       1.4
  +++ FilterTestCaller.java     13 Jan 2002 15:01:57 -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
  @@ -70,7 +70,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterTestCaller.java,v 1.4 2001/11/04 22:51:45 vmassol Exp $
  + * @version $Id: FilterTestCaller.java,v 1.5 2002/01/13 15:01:57 vmassol Exp $
    */
   public class FilterTestCaller extends AbstractTestCaller
   {
  
  
  
  1.3       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestController.java
  
  Index: FilterTestController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestController.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FilterTestController.java 14 Sep 2001 20:13:11 -0000      1.2
  +++ FilterTestController.java 13 Jan 2002 15:01:57 -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
  @@ -72,7 +72,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterTestController.java,v 1.2 2001/09/14 20:13:11 pier Exp $
  + * @version $Id: FilterTestController.java,v 1.3 2002/01/13 15:01:57 vmassol Exp $
    */
   public class FilterTestController extends AbstractTestController
   {
  
  
  
  1.6       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestRedirector.java
  
  Index: FilterTestRedirector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/FilterTestRedirector.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FilterTestRedirector.java 1 Dec 2001 23:22:44 -0000       1.5
  +++ FilterTestRedirector.java 13 Jan 2002 15:01:57 -0000      1.6
  @@ -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:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: FilterTestRedirector.java,v 1.5 2001/12/01 23:22:44 vmassol Exp $
  + * @version $Id: FilterTestRedirector.java,v 1.6 2002/01/13 15:01:57 vmassol Exp $
    * @see FilterTestCaller
    */
   public class FilterTestRedirector implements Filter
  
  
  
  1.10      +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/HttpServletRequestWrapper.java
  
  Index: HttpServletRequestWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/HttpServletRequestWrapper.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HttpServletRequestWrapper.java    16 Sep 2001 14:46:23 -0000      1.9
  +++ HttpServletRequestWrapper.java    13 Jan 2002 15:01:57 -0000      1.10
  @@ -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:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: HttpServletRequestWrapper.java,v 1.9 2001/09/16 14:46:23 vmassol 
Exp $
  + * @version $Id: HttpServletRequestWrapper.java,v 1.10 2002/01/13 15:01:57 vmassol 
Exp $
    */
   public class HttpServletRequestWrapper extends AbstractHttpServletRequestWrapper
   {
  
  
  
  1.3       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/PageContextWrapper.java
  
  Index: PageContextWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/PageContextWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PageContextWrapper.java   14 Sep 2001 20:13:45 -0000      1.2
  +++ PageContextWrapper.java   13 Jan 2002 15:01:57 -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:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: PageContextWrapper.java,v 1.2 2001/09/14 20:13:45 pier Exp $
  + * @version $Id: PageContextWrapper.java,v 1.3 2002/01/13 15:01:57 vmassol Exp $
    */
   public class PageContextWrapper extends AbstractPageContextWrapper
   {
  
  
  
  1.6       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/RequestDispatcherWrapper.java
  
  Index: RequestDispatcherWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/RequestDispatcherWrapper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RequestDispatcherWrapper.java     14 Sep 2001 20:13:55 -0000      1.5
  +++ RequestDispatcherWrapper.java     13 Jan 2002 15:01:57 -0000      1.6
  @@ -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
  @@ -65,7 +65,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: RequestDispatcherWrapper.java,v 1.5 2001/09/14 20:13:55 pier Exp $
  + * @version $Id: RequestDispatcherWrapper.java,v 1.6 2002/01/13 15:01:57 vmassol 
Exp $
    */
   public class RequestDispatcherWrapper implements RequestDispatcher
   {
  
  
  
  1.6       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/ServletConfigWrapper.java
  
  Index: ServletConfigWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/ServletConfigWrapper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ServletConfigWrapper.java 14 Sep 2001 20:14:05 -0000      1.5
  +++ ServletConfigWrapper.java 13 Jan 2002 15:01:57 -0000      1.6
  @@ -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
  @@ -68,7 +68,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: ServletConfigWrapper.java,v 1.5 2001/09/14 20:14:05 pier Exp $
  + * @version $Id: ServletConfigWrapper.java,v 1.6 2002/01/13 15:01:57 vmassol Exp $
    * @see ServletContext
    */
   public class ServletConfigWrapper implements ServletConfig
  
  
  
  1.7       +2 -2      
jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/ServletContextWrapper.java
  
  Index: ServletContextWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/src/framework/servlet23/org/apache/cactus/server/ServletContextWrapper.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ServletContextWrapper.java        15 Sep 2001 12:40:43 -0000      1.6
  +++ ServletContextWrapper.java        13 Jan 2002 15:01:57 -0000      1.7
  @@ -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
  @@ -69,7 +69,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: ServletContextWrapper.java,v 1.6 2001/09/15 12:40:43 vmassol Exp $
  + * @version $Id: ServletContextWrapper.java,v 1.7 2002/01/13 15:01:57 vmassol Exp $
    * @see RequestDispatcherWrapper
    */
   public class ServletContextWrapper extends AbstractServletContextWrapper
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to