Commit ec06b08e authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Propose (doc + comment update) + add precision on a stalled entry (that maybe should be removed)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1658028 13f79535-47bb-0310-9956-ffa450edef68
parent 58f858fd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -171,6 +171,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-SSLSessionTickets.patch
     +1: ylavic

   * mod_unique_id: Update docs and comment: the unique id is now 24 characters, not 19
     See explanation in:
        http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html#comment_3564
     trunk patch: http://svn.apache.org/r981084
     2.2.x patch: trunks works
     +1 jailletc36

PATCHES/ISSUES THAT ARE STALLED

   * mod_proxy_balancer: Always initialize the shared parameters of a load
@@ -229,6 +236,9 @@ PATCHES/ISSUES THAT ARE STALLED
     rjung: I don't understand what was voted on, the backport of both revisions
            or only the PR attachment. The latter is only about r627637.
     covener: withdrawing my vote, I reviewed the attachment but missed the OR_AUTHCFG change.
    jailletc36: Sorry for confusion. OR_AUTHCFG changes was not intentional. This is linked to
                r915660 on trunk, before the 2.4 branch. I copy-pasted the AP_INIT block from
                trunk, without seeing this change.

  * core: Support wildcards in both the directory and file components of
    the path specified by the Include directive.