mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.
Same for proxy_dir_conf field. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -245,8 +245,8 @@ typedef struct {
|
||||
|
||||
apr_array_header_t *error_override_codes;
|
||||
|
||||
/** Whether to map percent-decoded URI-path */
|
||||
char mapping_decoded;
|
||||
/** Whether to use original/encoded URI-path or not (default) */
|
||||
char use_original_uri;
|
||||
} proxy_dir_conf;
|
||||
|
||||
/* if we interpolate env vars per-request, we'll need a per-request
|
||||
|
Reference in New Issue
Block a user