You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/06/24 10:17:47 UTC

svn propchange: r1879145 - svn:log

Author: ylavic
Revision: 1879145
Modified property: svn:log

Modified: svn:log at Wed Jun 24 10:17:47 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jun 24 10:17:47 2020
@@ -11,21 +11,6 @@ the first stage).
 Note that since mapping=servlet needs to happen encoded too, it's defined like:
     #define PROXYPASS_MAP_ENCODED 0x08
     #define PROXYPASS_MAP_SERVLET 0x18 /* + MAP_ENCODED */
-so uch that proxy_trans does the right thing.
-
-Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.
-
-Instead of having a separate ProxyUseOriginalURI directive to control pre_ vs
-normal translate stage, let's handle this at each ProxyPass level, with the
-mapping= parameter.
-
-At pre_translate stage mod_proxy will handle the "encoded" mapping only, and
-at translate stage only the others (unless a worker was already elected at
-the first stage).
-
-Note that since mapping=servlet needs to happen encoded too, it's defined like:
-    #define PROXYPASS_MAP_ENCODED 0x08
-    #define PROXYPASS_MAP_SERVLET 0x18 /* + MAP_ENCODED */
 so that proxy_trans does the right thing.
 
 This allows for simpler and consistent mapping configuration, where the