[ZCM] [ZC] 806/ 2 Reject "Authenticated users aren't logged to the Z2.log"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Thu, 13 Feb 2003 09:18:01 -0500


Issue #806 Update (Reject) "Authenticated users aren't logged to the Z2.log"
 Status Rejected, ZServer/bug low
To followup, visit:
  http://collector.zope.org/Zope/806

==============================================================
= Reject - Entry #2 by tseaver on Feb 13, 2003 9:17 am

 Status: Pending => Rejected

The Z2 log knows only about "protocol-level" information;  in
particular, this includes the HTTP "Authorize:" header.

When using cookie-based authentication, that information is not
present in the request, and hence cannot be logged at the point
in which the access_log entry is created.  See:

  $ZOPE_HOME/ZServer/medusa/http_server.py#http_request.log


________________________________________
= Request - Entry #1 by jmeile on Feb 13, 2003 9:03 am

Whenever a user authenticates through the Cookie Crumbler, he will be logged as "Anonymous" in the Z2.log. 

But if you log in the manage interface, your username will appear there.
==============================================================