Commit 06f2d8bf authored by Nick Kew's avatar Nick Kew
Browse files

Vote early, vote often


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395177 13f79535-47bb-0310-9956-ffa450edef68
parent 112ba880
Loading
Loading
Loading
Loading
+23 −20
Original line number Diff line number Diff line
@@ -121,6 +121,29 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113813652015559
       +1: colm, trawick, jim

    *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282.
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=394070&view=rev
        2.0.x version of patch:
          http://issues.apache.org/bugzilla/attachment.cgi?id=18112
      +1: rpluem, colm
      niq: change comment "if bb only contains an EOS bucket"
           to "if bb contains only zero-length buckets"
           and you have my +1

    *) mod_deflate: handle internal redirects correctly
          http://svn.apache.org/viewcvs?rev=395079&view=rev 
       +1: colm, wrowe, niq

    *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname
                  if ServerName not set or UseCanonicalName Off) by
                  backporting r102320.
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=102320&view=rev
        2.0.x version of patch:
          http://issues.apache.org/bugzilla/attachment.cgi?id=18037
       +1: rpluem, jim, niq


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ please place SVN revisions from trunk here, so it is easy to
@@ -149,26 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewcvs?rev=386821&view=rev
       +1: wrowe, trawick

    *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname
                  if ServerName not set or UseCanonicalName Off) by
                  backporting r102320.
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=102320&view=rev
        2.0.x version of patch:
          http://issues.apache.org/bugzilla/attachment.cgi?id=18037
       +1: rpluem, jim

    *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282.
        Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=394070&view=rev
        2.0.x version of patch:
          http://issues.apache.org/bugzilla/attachment.cgi?id=18112
      +1: rpluem, colm

    *) mod_deflate: handle internal redirects correctly
          http://svn.apache.org/viewcvs?rev=395079&view=rev 
       +1: colm, wrowe

PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:

    *) mod_headers: Support {...}s tag for SSL variable lookup.