CookieCrumbler problem after initial authentication
Hi All, I'm trying to setup a CookieCrumbler in a folder below a folder wich has allready required authentication, the second folder has different access rights and therefore requires the user to login again. When the user is logged in allready by an initial CookieCrumbler or even by an initial Basic HTTP Authentication the CookieCrumbler is ignored and Zope gives me Basic HTTP Authentication and not the CookieCrumbler Form. My Setup: -- Folder A (requires authentication) |-- Folder B (requires different authentication with CookieCrumbler) When I go directly to Folder B without authenticating for Folder A the CookieCrumbler pops up. But first authenticating Folder A and then going to Folder B ignores the CookieCrumbler. Does anyone know a solution? Greetings Ralph
AFAIK only the standalone Cookie Crumbler supports nesting. It's somewhere on hathawash.freezope.org Stefan On Tue, 11 May 2004, Ralph vd Houdt wrote:
I'm trying to setup a CookieCrumbler in a folder below a folder wich has allready required authentication, the second folder has different access rights and therefore requires the user to login again. When the user is logged in allready by an initial CookieCrumbler or even by an initial Basic HTTP Authentication the CookieCrumbler is ignored and Zope gives me Basic HTTP Authentication and not the CookieCrumbler Form.
My Setup: -- Folder A (requires authentication) |-- Folder B (requires different authentication with CookieCrumbler)
When I go directly to Folder B without authenticating for Folder A the CookieCrumbler pops up. But first authenticating Folder A and then going to Folder B ignores the CookieCrumbler.
Does anyone know a solution?
I'm using the latest CookieCrumbler version 1.1 which is the standalone version. Unfortunately this version doesn't work. Greetings Ralph ----- Original Message ----- From: "Stefan H. Holek" <stefan@epy.co.at> To: "Ralph vd Houdt" <ralph@ezcompany.nl> Cc: <zope@zope.org> Sent: Wednesday, May 12, 2004 12:09 PM Subject: Re: [Zope] CookieCrumbler problem after initial authentication
AFAIK only the standalone Cookie Crumbler supports nesting. It's somewhere on hathawash.freezope.org
Stefan
On Tue, 11 May 2004, Ralph vd Houdt wrote:
I'm trying to setup a CookieCrumbler in a folder below a folder wich has allready required authentication, the second folder has different access rights and therefore requires the user to login again. When the user is logged in allready by an initial CookieCrumbler or even by an initial Basic HTTP Authentication the CookieCrumbler is ignored and Zope gives me Basic HTTP Authentication and not the CookieCrumbler Form.
My Setup: -- Folder A (requires authentication) |-- Folder B (requires different authentication with CookieCrumbler)
When I go directly to Folder B without authenticating for Folder A the CookieCrumbler pops up. But first authenticating Folder A and then going to Folder B ignores the CookieCrumbler.
Does anyone know a solution?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Ralph vd Houdt wrote at 2004-5-11 21:30 +0200:
... or even by an initial Basic HTTP Authentication the CookieCrumbler is ignored
All cookie authentication mechanisms use HTTP Authentication when it is provided. They do this, in order not to break protocals (such as FTP or WebDAV) that do not know about cookies.
and Zope gives me Basic HTTP Authentication and not the CookieCrumbler Form.
When you get an "HTTP authentication" dialog cancel it and look at the error page. Usually, this page tells you which access has been unauthorized. -- Dieter
participants (3)
-
Dieter Maurer -
Ralph vd Houdt -
Stefan H. Holek