You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/10/25 21:05:40 UTC

DO NOT REPLY [Bug 47327] remote_user not logged in apache logfile

https://issues.apache.org/bugzilla/show_bug.cgi?id=47327

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2011-10-25 19:05:40 UTC ---
This would be a protocol enhancement for AJP.

You can work around the issue by using a filter that returns the user id as a
response header. Response headers can be logged with mod_log_config using the
%{headername}o syntax in the LogFormat.

Note that a response header is sent to the client. Usually there should be no
security issue in passing the user name back to the client, but in special
cases it might be.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org