cziegeler    2004/03/17 12:47:16

  Modified:    src/java/org/apache/cocoon/components/treeprocessor
                        TreeProcessor.java
  Log:
  Disable the recently changed behaviour of internal redirects as this 
  breaks flow redirects to internal pipelines :(
  
  Revision  Changes    Path
  1.23      +2 -2      
cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java
  
  Index: TreeProcessor.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/TreeProcessor.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TreeProcessor.java        12 Mar 2004 14:57:59 -0000      1.22
  +++ TreeProcessor.java        17 Mar 2004 20:47:16 -0000      1.23
  @@ -360,7 +360,7 @@
           }
           
           Environment newEnv = new ForwardEnvironmentWrapper(environment, 
this.manager, uri, getLogger());
  -        ((ForwardEnvironmentWrapper)newEnv).setExternal(true);
  +        //((ForwardEnvironmentWrapper)newEnv).setExternal(true);
           
           if (facade != null) {
               // Change the facade delegate
  
  
  

Reply via email to