DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27319>.
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=27319

mod_log_config is missing pendant to REDIRECT_REMOTE_USER

           Summary: mod_log_config is missing pendant to
                    REDIRECT_REMOTE_USER
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_log_config
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


In case a user accesses an authenticated area, e.g. if mod_proxy is restricted
with basic authentication and the user gets redirected to an unprotected page
e.g. mod_rewrite the user name is not logged with the "%u" format of LogFormat.
This is an incompatability with 1.3 which logs the user name. There is currently
no way to log the user in such a case.

There already exists the REDIRECT_REMOTE_USER variable to fix this problem
for other cases (e.g. PHP) since 2.0.48.

I created a patch that adds the "%R" format to LogFormat which behaves as
REDIRECT_REMOTE_USER. The code is even ripped from this.

I will attach this patch.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to