Garth B. wrote at 2005-8-16 19:21 -0400: > ... >When I hit an offending >folder, I simply get no response and the browser just waits and waits.
Visit "Control_Panel --> Debug Information" and check whether your request indeed does not finish. You see the active requests at the bottom of this page. If this page shows you, that the request was finished by Zope, then you hit a wide spread browser bug: In some cases, Zope returns an 204 (no content) response. For unknown reasons (and against the HTTP spec), most browsers treat this as "continue to wait". If the request is not finished, you can use Forent's "DeadlockDebugger" to find out where your request is spinning. -- Dieter _______________________________________________ Zope maillist - [email protected] 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 )
