21 Aug
2004
21 Aug
'04
10:30 p.m.
Maciek Pasternacki wrote at 2004-8-19 19:01 +0200:
... I have similar problem with traverse_subpath; I have ZPT, say http://server/Template, which I call as http://server/Template/Something and I read traverse_subpath in the template to render wanted output; when Unauthorized is raised, CookieCrumbler redirects to http://server/Template.
CookieCrumber's behaviour is controlled by the "came_from" variable that you can adjust to your needs in your "login_form". -- Dieter