Carsten Ziegeler wrote: > > >>-----Original Message----- >>From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, July 04, 2002 11:50 AM >>To: [EMAIL PROTECTED] >>Subject: Re: Internal Pipelines (was: [RT] reconsidering pipeline >>semantics) >> >> >>Christian Haul wrote: >> >> >> >>>Sylvain, >>> >>>I'm still trying to fully understand flow and the treeprocessor. I >>>have the impression, that sending a page does not access internal-only >>>pipelines. I found that sendPage uses a redirector to actually send >>>the page in AbstractInterpreter.java. Any idea how this can be marked >>>as an internal request? >>> >>> >>> >>> >>The redirector used (ForwardRedirector) handles the special "cocoon:" >>protocol as internal redirects (aka "forward") which should consider the >>request as internal. >> >>However, I noticed Carsten has added a processInternal() method to >>Processor and I wonder if there is some side-effects that break internal >>pipelines. Can you check if internal pilepelines still work as expected >>(using a simple cocoon: source) ? I unfortunately have no time to do it >>myself. >> >>
<snip/> >>BTW, Carsten, I like very much this new processInternal() as it returns >>a pipeline object. This should make it very easy to implement pipeline >>services. >> >> >> >Thanks. >Actually this method is not so new at all. In former versions it was > boolean process(Environment environment, StreamPipeline pipeline, > EventPipeline eventPipeline) > > Yes, but with your change Processor handles the pipeline creation rather than accepting an existing one, and I think it's better this way. Sylvain -- Sylvain Wallez Anyware Technologies Apache Cocoon http://www.anyware-tech.com mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]