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.
regards Jeremy