Le 10 mars 06 à 11:31, hepabolu a écrit :
...AFAICT this page:
http://cocoon.zones.apache.org/daisy/legacydocs/documentation/
userdocs/flow/api.html
is still valid for trunk...
Just wondering about this isGlobal explanation:
"If the isGlobal argument is true, the redirect will be global, i.e.
it returns all the way to the browser, even from within internal
requests."
is not too clear for me, I'd write:
"The isGlobal argument, if true, causes an HTTP redirect to be sent
to the client browser in all cases.
When isGlobal is false and the current request is an internal one
(i.e. uses the cocoon: protocol), the redirect is processed
internally within Cocoon, by executing the pipeline specified by the
uri argument, without sending an HTTP redirect".
This is IMHO clearer, but can someone confirm that the described
behaviour is correct?
-Bertrand