[Zope-CMF] Help! Workflow change has broken site

Dieter Maurer dieter@handshake.de
Wed, 16 Apr 2003 21:14:05 +0200


Andy Bramah wrote at 2003-4-15 22:41 +0100:
> ...
 > However, if I now go to the site, my browser simply waits and waits with the
 > blue bar moving v. slowly across.

A wide spread bug in browsers, I think:

  Most browsers seem to wait when they receive a 204 ("no content")
  response. In fact, all 2xx codes indicate that the request
  is finished. 

  Zope sends a 204 response when the called object returns
  a Python false value.

  I cannot tell you why your object does this.


Dieter