12 May
2004
12 May
'04
8:25 p.m.
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