Apparently, entries in Zope's "Z2.log" are not chronologically (by
causuality) ordered.
In my concrete case, a form was POSTed that resulted in a redirected "GET"
request.
The entries in "Z2.log", however, were in the order:
GET ... 200
POST ... 302
This can be confusing (altough, I do not know whether it can be
easily avoided).
--
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )