Hi,<br>
<br>
i try to find to a way to redirect to an *external* location with a ContainerTraverser subclass.<br>
<br>
Obviously the standard response.redirect() don't work here because the publishTraverse<br>
method must return a callable object.<br>
<br>
I've created a Redirect view that do the stuff and then i'm able to it from the publishTraverse hook.<br>
<br>
This work fine but is there an easy way to do this ?<br>
<br>
In zope2 there is a Redirect exception. I've found one in zope.publisher.interfaces<br>
but raising this exception don't redirect anything.<br>
<br>
Thanks,<br>
<br>
--<br>
Gael<br>