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 AbstractInterpreter is called which performs a redirect using >>the Redirector. >> >>Does anybody with more in-depth knowledge have an idea what we can do >>to >> >>enable the flow sending internal-only pipelines in the future? > > > Should this not be enforced rather than just be an option? > > ie. sendPage*() should _only_ be able to call internal-only pipelines, > whereas redirect() can only go to "external-only" ones.
We discussed this already and decided not to enforce it because there could be services that are publicly available and then wrapped by the flow. For future "real block" this might well be a common scenario. As for redirect(), redirecting to an internal-only pipeline will obviously fail already, we don't have to enforce that. As for implementing this, I planned to look into this today. -- Stefano.