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.

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.

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]

Reply via email to