Commit 1ebb1733 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

* Point to a patch file which applies cleanly

 * Add a vote on that same patch

 * Promote the proposal to ACCEPTED


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@372284 13f79535-47bb-0310-9956-ffa450edef68
parent 8b9f07d9
Loading
Loading
Loading
Loading
+7 −7
Changes for STATUS: 7 added lines, 7 removed lines.
Original line number Diff line number Diff line
@@ -124,21 +124,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         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