If any of you Zopistas are using Mozilla (I just snarfed M11 for Linux a couple of days ago) have you been able to get the management interface to work? When I go to http://mysite/manage, I get prompted for basic auth as per usual. Then the right pane comes up with the rendered view of the site's root directory (instead of the folder contents list with the management form) and I have to enter the auth info *again* before the left frame (folder tree) comes up normally. If I then click on a subfolder in the tree, I again get a rendered view of that subfolder, and have to enter the auth info yet again before the tree frame gets redrawn. Mozilla is obviously doing something wrong with cookies or basic auth or both. Anybody else run into this and fix it, or submit a bug report? Can anyone explain how the frames in the management interface interact? I'd like to submit a good bug report to the Mozilla folks. TIA... -Doug -- Doug McNaught doug@mcnaught.org http://www.mcnaught.org/~doug
I can't speak for the Linux build, but the Win32 M11 crashed when you attempted to access any Zope management screen (dont know why). I solved it by downloading the latest nightly build (as of today) at the advice of Chris Petrilli. You may want to try the same before submitting the bug report. Doug McNaught wrote:
If any of you Zopistas are using Mozilla (I just snarfed M11 for Linux a couple of days ago) have you been able to get the management interface to work?
When I go to http://mysite/manage, I get prompted for basic auth as per usual. Then the right pane comes up with the rendered view of the site's root directory (instead of the folder contents list with the management form) and I have to enter the auth info *again* before the left frame (folder tree) comes up normally. If I then click on a subfolder in the tree, I again get a rendered view of that subfolder, and have to enter the auth info yet again before the tree frame gets redrawn.
Mozilla is obviously doing something wrong with cookies or basic auth or both. Anybody else run into this and fix it, or submit a bug report? Can anyone explain how the frames in the management interface interact? I'd like to submit a good bug report to the Mozilla folks.
TIA...
-Doug -- Doug McNaught doug@mcnaught.org http://www.mcnaught.org/~doug
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Digital Creations, Inc. Zope - http://www.zope.org
hi doug, i was informed that this bug was fixed in more recent CVS releases. M12 should come out in about two weeks, that should have the fix in it... jens
-----Original Message----- From: doug@kabuki.ll-f.com [mailto:doug@kabuki.ll-f.com]On Behalf Of Doug McNaught Sent: Thursday, December 02, 1999 23:20 To: zope@zope.org Subject: [Zope] Zope with Mozilla?
If any of you Zopistas are using Mozilla (I just snarfed M11 for Linux a couple of days ago) have you been able to get the management interface to work?
When I go to http://mysite/manage, I get prompted for basic auth as per usual. Then the right pane comes up with the rendered view of the site's root directory (instead of the folder contents list with the management form) and I have to enter the auth info *again* before the left frame (folder tree) comes up normally. If I then click on a subfolder in the tree, I again get a rendered view of that subfolder, and have to enter the auth info yet again before the tree frame gets redrawn.
Mozilla is obviously doing something wrong with cookies or basic auth or both. Anybody else run into this and fix it, or submit a bug report? Can anyone explain how the frames in the management interface interact? I'd like to submit a good bug report to the Mozilla folks.
TIA...
-Doug -- Doug McNaught doug@mcnaught.org http://www.mcnaught.org/~doug
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Double authentication will happen when you are accessing your virtual site from your localhost. The first time authentication is sent by localhost and the second time by the virtual host. Is this what is happening to you? Andres Corrada
participants (4)
-
andres -
Chris McDonough -
Doug McNaught -
Jens Vagelpohl