cziegeler    2002/11/20 02:08:24

  Modified:    src/java/org/apache/cocoon/components
                        CocoonComponentManager.java
  Log:
  Fixing bug 12293: RequestLifecycleComponents are not handled properly when the 
cocoon: protocol is used
  
  Revision  Changes    Path
  1.39      +3 -2      
xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java
  
  Index: CocoonComponentManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- CocoonComponentManager.java       20 Nov 2002 09:57:22 -0000      1.38
  +++ CocoonComponentManager.java       20 Nov 2002 10:08:24 -0000      1.39
  @@ -454,7 +454,8 @@
               }
           }
       }
  -    
  +  
  +
       /**
        * Add a RequestLifecycleComponent to the environment
        */
  @@ -528,7 +529,7 @@
             
       void addSitemapConfiguration(Configuration conf) {
           if (conf != null) {
  -            this.sitemapConfigurations.add(conf);
  +             this.sitemapConfigurations.add(conf);
           }
       }
         
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to