ovidiu 2002/09/06 18:39:30 Modified: src/java/org/apache/cocoon/components/flow AbstractInterpreter.java Log: Don't explicitly redirect to the cocoon:/ pipeline here, let this be done in system.js instead. Revision Changes Path 1.7 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/components/flow/AbstractInterpreter.java Index: AbstractInterpreter.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/flow/AbstractInterpreter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- AbstractInterpreter.java 17 Aug 2002 01:14:18 -0000 1.6 +++ AbstractInterpreter.java 7 Sep 2002 01:39:30 -0000 1.7 @@ -175,7 +175,7 @@ try { PipelinesNode.getRedirector(environment) - .redirect(false, "cocoon:/" + uri); + .redirect(false, uri); } finally { environment.removeAttribute("bean-dict");
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]