Solution to force authentication (was: getting index_html instead of manage_main in some browsers)
3 Sep
2001
3 Sep
'01
8:50 a.m.
Some browsers (OmniWeb, iCab) don't preemptively send the authorization header and so they are authenticated as an anonymous user in the ZMI. The result is that the ZMI frames are displayed but the file manager is not. But I've found a way in Zope 2.4 to ask the browser to send the authorization header. Just edit line 139 of App/Management.py from manage_workspace__roles__=('Anonymous',) to manage_workspace__roles__=('Authenticated',). I don't know if there's any issue by changing this line...
8980
Age (days ago)
8980
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dominique.Dutoit@cec.eu.int