Re: [Flow] Calling internal-only pipelines

2003-07-01 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: on 6/27/03 11:48 AM Stefano Mazzocchi wrote: As for implementing this, I planned to look into this today. ... In short, the flow ends up emulating a request as it came from the outside, while it should emulate it as it came from the inside (as the cocoon: protoco

Re: [Flow] Calling internal-only pipelines

2003-06-28 Thread Jeremy Quinn
On Friday, June 27, 2003, at 05:48 PM, Stefano Mazzocchi wrote: on 6/27/03 4:25 AM Jeremy Quinn wrote: On Friday, June 27, 2003, at 06:48 AM, Reinhard Pötz wrote: One of the open issues of flow is that we can't send "internal-only" pipelines at the moment. If we call sendPage( uri, bizData) fro

Re: [Flow] Calling internal-only pipelines

2003-06-27 Thread Stefano Mazzocchi
on 6/27/03 11:48 AM Stefano Mazzocchi wrote: > As for implementing this, I planned to look into this today. Ok, I dived into the code and I found where the problem is. The call to the sitemap invocation is located in the class org.apache.cocoon.components.flow.AbstractInterpreter and explicitl

Re: [Flow] Calling internal-only pipelines

2003-06-27 Thread Stefano Mazzocchi
on 6/27/03 4:25 AM Jeremy Quinn wrote: > On Friday, June 27, 2003, at 06:48 AM, Reinhard Pötz wrote: > > >>One of the open issues of flow is that we can't send "internal-only" >>pipelines at the moment. >> >>If we call sendPage( uri, bizData) from the flow layer the forwardTo >>of the AbstractIn

Re: [Flow] Calling internal-only pipelines

2003-06-27 Thread Jeremy Quinn
On Friday, June 27, 2003, at 06:48 AM, Reinhard Pötz wrote: One of the open issues of flow is that we can't send "internal-only" pipelines at the moment. If we call sendPage( uri, bizData) from the flow layer the forwardTo of the AbstractInterpreter is called which performs a redirect using the Re

[Flow] Calling internal-only pipelines

2003-06-26 Thread Reinhard Pötz
One of the open issues of flow is that we can't send "internal-only" pipelines at the moment. If we call sendPage( uri, bizData) from the flow layer the forwardTo of the AbstractInterpreter is called which performs a redirect using the Redirector. Does anybody with more in-depth knowledge have