From bugs-return-6375-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Mon Mar 03 13:56:40 2003 Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 42391 invoked by uid 500); 3 Mar 2003 13:56:39 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 42379 invoked from network); 3 Mar 2003 13:56:39 -0000 Date: 3 Mar 2003 13:58:17 -0000 Message-ID: <20030303135817.3209.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8500] - authorization user does not logged X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8500 authorization user does not logged nd@perlig.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@ab.thatcow.com Status|REOPENED |ASSIGNED ------- Additional Comments From nd@perlig.de 2003-03-03 13:58 ------- ooooh, let's puzzle out. These are two problems. Roman: The difference between 1.3 and 2.0 is, that in 1.3 the remote user was wrongly stored in the connection structure. This was corrected in 2.0 by storing it in the request structure, but seems to have the drawback, that it won't be inherited during internal redirects. You have to protect the cgi-script itself. Changing the logformat to %user), there's no chance that the user get logged. I'm wondering whether this worked in 1.3? However, accepting this as a bug. But I don't know, when it will be fixed. We need a resonable solution for this, perhaps in conclusion with some concept puzzling. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org