22 Mar
2004
22 Mar
'04
9:38 a.m.
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