You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2019/05/20 09:22:14 UTC

svn commit: r1859541 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Mon May 20 09:22:14 2019
New Revision: 1859541

URL: http://svn.apache.org/viewvc?rev=1859541&view=rev
Log:
React on comment. Add another patch to proposal.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1859541&r1=1859540&r2=1859541&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon May 20 09:22:14 2019
@@ -268,13 +268,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_proxy/ssl: Proxy SSL client certificate configuration and other proxy
      SSL configurations broken inside <Proxy> context.  PR 63430.
      [Ruediger Pluem, Yann Ylavic]
-     The patch applies clean after backporting r1818726 above.
+     Plus:
+     Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
+     This function now now handles SSL reuse as well as the "proxy-request-hostname"
+     note (SNI), so let's also call it unconditionnaly in all proxy modules.
+     On the mod_ssl side, since this note has the lifetime of the connection, don't
+     reset/unset it during handshake (ssl_io_filter_handshake).
+     The 2.4 backport patch applies clean after backporting r1818726 above.
      trunk patch: http://svn.apache.org/r1859371
-     2.4.x patch: http://home.apache.org/~rjung/patches/httpd-2.4.x-proxy-ssl-proxy-section-r1859371.patch
+                  http://svn.apache.org/r1859422
+     2.4.x patch: http://home.apache.org/~rjung/patches/httpd-2.4.x-proxy-ssl-proxy-section-r1859371-r1859422.patch
      +1: rjung
+     -1: 
      rpluem says: I would prefer adding r1859422 to this backport proposal to
                   have the issue fixed for other proxy modules as well.
-     -1: 
+     rjung: I added r1859422 now. I had the plan to add the second backports
+            separately, but I am totally fine to combine them.
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]