http://svn.apache.org/viewcvs?view=rev&rev=154319
+1: stoddard, striker, wrowe (as corrected in subsequent patches)
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
- [ please place SVN revisions from trunk here, so it is easy to
- identify exactly what the proposed changes are! Add all new
- proposals to the end of this list. ]
-
*) mod_log_config: Cleanup log_header_out function to allow multiple headers
like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
- modules/loggers/mod_log_config.c: r103331
+ http://people.apache.org/~colm/httpd-2.0-mod_log_config.patch
jerenkrantz asks: Isn't this what apr_table_merge is for?
nd replies: yep. But cookies won't be merged, because browsers don't
support it.
jerenkrantz: Couldn't we copy the table and merge the values somehow?
This just seems like a lot of code to duplicate what we
have already. *shrug* Regardless, patch looks okay...
- +1: nd, jerenkrantz
+ +1: nd, jerenkrantz, colm
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+ [ please place SVN revisions from trunk here, so it is easy to
+ identify exactly what the proposed changes are! Add all new
+ proposals to the end of this list. ]
*) Reverse Proxy fixes: <Location> bug and Cookie support
Patch is at