You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/02/07 08:04:59 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/session/xml XMLUtil.java

cziegeler    2003/02/06 23:04:59

  Modified:    src/java/org/apache/cocoon/webapps/session/components Tag:
                        cocoon_2_0_3_branch SessionManager.java
                        AbstractSessionComponent.java
               src/java/org/apache/cocoon/webapps/session/transformation
                        Tag: cocoon_2_0_3_branch
                        SessionPostTransformer.java SessionTransformer.java
                        SessionPreTransformer.java
                        AbstractSessionTransformer.java
               src/java/org/apache/cocoon/webapps/portal/components Tag:
                        cocoon_2_0_3_branch Coplet.java CopletThread.java
                        PortalManager.java
               src/java/org/apache/cocoon/webapps/portal/acting Tag:
                        cocoon_2_0_3_branch AuthAction.java
               src/java/org/apache/cocoon/webapps/authentication/acting
                        Tag: cocoon_2_0_3_branch LoginAction.java
                        LoggedInAction.java AuthAction.java
               src/java/org/apache/cocoon/webapps/session/context Tag:
                        cocoon_2_0_3_branch SessionContext.java
                        SimpleSessionContext.java
                        SessionContextProvider.java
                        ResponseSessionContext.java
                        RequestSessionContext.java
                        StandardSessionContextProvider.java
               src/java/org/apache/cocoon/webapps/authentication Tag:
                        cocoon_2_0_3_branch AuthenticationConstants.java
               src/java/org/apache/cocoon/webapps/authentication/context
                        Tag: cocoon_2_0_3_branch SessionContextImpl.java
                        SessionContextProviderImpl.java
               src/java/org/apache/cocoon/webapps/authentication/components
                        Tag: cocoon_2_0_3_branch AuthenticationManager.java
                        ApplicationHandler.java HandlerManager.java
                        Handler.java
               src/java/org/apache/cocoon/webapps/authentication/generation
                        Tag: cocoon_2_0_3_branch
                        ConfigurationGenerator.java
               src/java/org/apache/cocoon/webapps/portal/context Tag:
                        cocoon_2_0_3_branch SessionContextProviderImpl.java
                        SessionContextImpl.java
               src/java/org/apache/cocoon/webapps/session/acting Tag:
                        cocoon_2_0_3_branch SessionFormAction.java
                        SessionAction.java
               src/java/org/apache/cocoon/webapps/session Tag:
                        cocoon_2_0_3_branch SessionConstants.java
               src/java/org/apache/cocoon/webapps/portal Tag:
                        cocoon_2_0_3_branch PortalConstants.java
               src/java/org/apache/cocoon/webapps/session/xml Tag:
                        cocoon_2_0_3_branch XMLUtil.java
  Log:
  Sync with head:
  - changed some copyright statements from 2002 to 2003
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/components/Attic/SessionManager.java
  
  Index: SessionManager.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/components/Attic/SessionManager.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- SessionManager.java	31 Jan 2003 12:41:31 -0000	1.9.2.1
  +++ SessionManager.java	7 Feb 2003 07:04:56 -0000	1.9.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/components/Attic/AbstractSessionComponent.java
  
  Index: AbstractSessionComponent.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/components/Attic/AbstractSessionComponent.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- AbstractSessionComponent.java	31 Jan 2003 12:41:31 -0000	1.4.2.1
  +++ AbstractSessionComponent.java	7 Feb 2003 07:04:56 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionPostTransformer.java
  
  Index: SessionPostTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionPostTransformer.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- SessionPostTransformer.java	31 Jan 2003 12:41:31 -0000	1.3.2.1
  +++ SessionPostTransformer.java	7 Feb 2003 07:04:56 -0000	1.3.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionTransformer.java
  
  Index: SessionTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionTransformer.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- SessionTransformer.java	31 Jan 2003 12:41:30 -0000	1.2.2.1
  +++ SessionTransformer.java	7 Feb 2003 07:04:56 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionPreTransformer.java
  
  Index: SessionPreTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/SessionPreTransformer.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- SessionPreTransformer.java	31 Jan 2003 12:41:31 -0000	1.5.2.1
  +++ SessionPreTransformer.java	7 Feb 2003 07:04:56 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.3.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/AbstractSessionTransformer.java
  
  Index: AbstractSessionTransformer.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/transformation/Attic/AbstractSessionTransformer.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- AbstractSessionTransformer.java	31 Jan 2003 12:41:30 -0000	1.3.2.1
  +++ AbstractSessionTransformer.java	7 Feb 2003 07:04:56 -0000	1.3.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/Coplet.java
  
  Index: Coplet.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/Coplet.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- Coplet.java	31 Jan 2003 12:43:22 -0000	1.3.2.1
  +++ Coplet.java	7 Feb 2003 07:04:56 -0000	1.3.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/CopletThread.java
  
  Index: CopletThread.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/CopletThread.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- CopletThread.java	31 Jan 2003 12:43:22 -0000	1.5.2.1
  +++ CopletThread.java	7 Feb 2003 07:04:56 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.8.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/PortalManager.java
  
  Index: PortalManager.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/components/Attic/PortalManager.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- PortalManager.java	31 Jan 2003 12:43:22 -0000	1.8.2.1
  +++ PortalManager.java	7 Feb 2003 07:04:56 -0000	1.8.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/acting/Attic/AuthAction.java
  
  Index: AuthAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/acting/Attic/AuthAction.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- AuthAction.java	31 Jan 2003 12:43:22 -0000	1.2.2.1
  +++ AuthAction.java	7 Feb 2003 07:04:57 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/LoginAction.java
  
  Index: LoginAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/LoginAction.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- LoginAction.java	31 Jan 2003 12:43:21 -0000	1.5.2.1
  +++ LoginAction.java	7 Feb 2003 07:04:57 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/LoggedInAction.java
  
  Index: LoggedInAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/LoggedInAction.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- LoggedInAction.java	31 Jan 2003 12:43:21 -0000	1.2.2.1
  +++ LoggedInAction.java	7 Feb 2003 07:04:57 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/AuthAction.java
  
  Index: AuthAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/acting/Attic/AuthAction.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- AuthAction.java	31 Jan 2003 12:43:21 -0000	1.4.2.1
  +++ AuthAction.java	7 Feb 2003 07:04:57 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SessionContext.java
  
  Index: SessionContext.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SessionContext.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SessionContext.java	31 Jan 2003 12:41:31 -0000	1.4.2.1
  +++ SessionContext.java	7 Feb 2003 07:04:57 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SimpleSessionContext.java
  
  Index: SimpleSessionContext.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SimpleSessionContext.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SimpleSessionContext.java	31 Jan 2003 12:41:31 -0000	1.4.2.1
  +++ SimpleSessionContext.java	7 Feb 2003 07:04:57 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SessionContextProvider.java
  
  Index: SessionContextProvider.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/SessionContextProvider.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- SessionContextProvider.java	31 Jan 2003 12:41:31 -0000	1.5.2.1
  +++ SessionContextProvider.java	7 Feb 2003 07:04:57 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/ResponseSessionContext.java
  
  Index: ResponseSessionContext.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/ResponseSessionContext.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- ResponseSessionContext.java	31 Jan 2003 12:41:31 -0000	1.4.2.1
  +++ ResponseSessionContext.java	7 Feb 2003 07:04:57 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.8.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/RequestSessionContext.java
  
  Index: RequestSessionContext.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/RequestSessionContext.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- RequestSessionContext.java	31 Jan 2003 12:41:31 -0000	1.8.2.1
  +++ RequestSessionContext.java	7 Feb 2003 07:04:57 -0000	1.8.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/StandardSessionContextProvider.java
  
  Index: StandardSessionContextProvider.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/context/Attic/StandardSessionContextProvider.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- StandardSessionContextProvider.java	31 Jan 2003 12:41:31 -0000	1.4.2.1
  +++ StandardSessionContextProvider.java	7 Feb 2003 07:04:57 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/Attic/AuthenticationConstants.java
  
  Index: AuthenticationConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/Attic/AuthenticationConstants.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- AuthenticationConstants.java	31 Jan 2003 12:43:23 -0000	1.5.2.1
  +++ AuthenticationConstants.java	7 Feb 2003 07:04:58 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/context/Attic/SessionContextImpl.java
  
  Index: SessionContextImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/context/Attic/SessionContextImpl.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SessionContextImpl.java	31 Jan 2003 12:43:23 -0000	1.4.2.1
  +++ SessionContextImpl.java	7 Feb 2003 07:04:58 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/context/Attic/SessionContextProviderImpl.java
  
  Index: SessionContextProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/context/Attic/SessionContextProviderImpl.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SessionContextProviderImpl.java	31 Jan 2003 12:43:23 -0000	1.4.2.1
  +++ SessionContextProviderImpl.java	7 Feb 2003 07:04:58 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.2  +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/AuthenticationManager.java
  
  Index: AuthenticationManager.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/AuthenticationManager.java,v
  retrieving revision 1.16.2.1
  retrieving revision 1.16.2.2
  diff -u -r1.16.2.1 -r1.16.2.2
  --- AuthenticationManager.java	31 Jan 2003 12:43:21 -0000	1.16.2.1
  +++ AuthenticationManager.java	7 Feb 2003 07:04:58 -0000	1.16.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.6.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/ApplicationHandler.java
  
  Index: ApplicationHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/ApplicationHandler.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- ApplicationHandler.java	31 Jan 2003 12:43:21 -0000	1.6.2.1
  +++ ApplicationHandler.java	7 Feb 2003 07:04:58 -0000	1.6.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.9.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/HandlerManager.java
  
  Index: HandlerManager.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/HandlerManager.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- HandlerManager.java	31 Jan 2003 12:43:21 -0000	1.9.2.1
  +++ HandlerManager.java	7 Feb 2003 07:04:58 -0000	1.9.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.8.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/Handler.java
  
  Index: Handler.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components/Attic/Handler.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- Handler.java	31 Jan 2003 12:43:21 -0000	1.8.2.1
  +++ Handler.java	7 Feb 2003 07:04:58 -0000	1.8.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/generation/Attic/ConfigurationGenerator.java
  
  Index: ConfigurationGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/generation/Attic/ConfigurationGenerator.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- ConfigurationGenerator.java	31 Jan 2003 12:43:22 -0000	1.2.2.1
  +++ ConfigurationGenerator.java	7 Feb 2003 07:04:58 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/context/Attic/SessionContextProviderImpl.java
  
  Index: SessionContextProviderImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/context/Attic/SessionContextProviderImpl.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- SessionContextProviderImpl.java	31 Jan 2003 12:43:22 -0000	1.5.2.1
  +++ SessionContextProviderImpl.java	7 Feb 2003 07:04:58 -0000	1.5.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.4.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/context/Attic/SessionContextImpl.java
  
  Index: SessionContextImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/context/Attic/SessionContextImpl.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SessionContextImpl.java	31 Jan 2003 12:43:22 -0000	1.4.2.1
  +++ SessionContextImpl.java	7 Feb 2003 07:04:58 -0000	1.4.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/acting/Attic/SessionFormAction.java
  
  Index: SessionFormAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/acting/Attic/SessionFormAction.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- SessionFormAction.java	31 Jan 2003 12:41:32 -0000	1.1.2.1
  +++ SessionFormAction.java	7 Feb 2003 07:04:59 -0000	1.1.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/acting/Attic/SessionAction.java
  
  Index: SessionAction.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/acting/Attic/SessionAction.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- SessionAction.java	31 Jan 2003 12:41:32 -0000	1.2.2.1
  +++ SessionAction.java	7 Feb 2003 07:04:59 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/Attic/SessionConstants.java
  
  Index: SessionConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/Attic/SessionConstants.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- SessionConstants.java	31 Jan 2003 12:41:32 -0000	1.2.2.1
  +++ SessionConstants.java	7 Feb 2003 07:04:59 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/Attic/PortalConstants.java
  
  Index: PortalConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/Attic/PortalConstants.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- PortalConstants.java	31 Jan 2003 12:43:23 -0000	1.2.2.1
  +++ PortalConstants.java	7 Feb 2003 07:04:59 -0000	1.2.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.2   +2 -2      xml-cocoon2/src/java/org/apache/cocoon/webapps/session/xml/Attic/XMLUtil.java
  
  Index: XMLUtil.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/webapps/session/xml/Attic/XMLUtil.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- XMLUtil.java	31 Jan 2003 12:41:32 -0000	1.8.2.1
  +++ XMLUtil.java	7 Feb 2003 07:04:59 -0000	1.8.2.2
  @@ -4,7 +4,7 @@
                      The Apache Software License, Version 1.1
    ============================================================================
   
  - Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
   
    Redistribution and use in source and binary forms, with or without modifica-
    tion, are permitted provided that the following conditions are met:
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org