DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27787

%{foobar}o does not give all 'foobar' lines from header

           Summary: %{foobar}o does not give all 'foobar' lines from header
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: mod_log_config
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


To reproduce:

1. include '%{set-cookie}o' in logformat
2. serve a page which sets more than one cookie

Behaviour:

 Log includes only the first cookie. I'm told this would apply to any header 
included in the log this way (only first match included - ap_table_get only 
returning first value in the source my friend looked at, which I think was 1.3).

Expected behaviour:

 http://httpd.apache.org/docs/mod/mod_log_config.html

 %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.

 ie includes all lines.

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

Reply via email to