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 2010/02/12 13:04:38 UTC

svn commit: r909377 - /httpd/httpd/branches/2.2.x/STATUS

Author: rjung
Date: Fri Feb 12 12:04:38 2010
New Revision: 909377

URL: http://svn.apache.org/viewvc?rev=909377&view=rev
Log:
Add proposal.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=909377&r1=909376&r2=909377&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Feb 12 12:04:38 2010
@@ -185,6 +185,15 @@
     2.2.x patch: http://people.apache.org/~poirier/maxclients-2.2.patch
     +1: poirier
 
+  * mod_proxy: Allow https to a remote forward proxy by issuing an HTTP
+    CONNECT request. This adds a CONNECT client (sending a connect request).
+    It is not the same as mod_proxy_connect, which is a CONNECT server
+    (responding to connect requests).
+    PR: https://issues.apache.org/bugzilla/show_bug.cgi?id=19188
+    Trunk patch: http://svn.apache.org/viewvc?rev=909323&view=rev
+    2.2.x patch: http://people.apache.org/~rjung/patches/bz19188-proxyremote-https-v1.patch
+    +1: rjung
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * srclib/pcre and vendor/pcre