Loading server/request.c +18 −16 Original line number Diff line number Diff line Loading @@ -415,6 +415,8 @@ static int resolve_symlink(char *d, apr_finfo_t *lfi, int opts, apr_pool_t *p) return OK; } /* #define REPLACE_PATH_INFO_METHOD */ #ifndef REPLACE_PATH_INFO_METHOD static int check_symlinks(char *d, int opts, apr_pool_t *p) Loading Loading @@ -1143,9 +1145,8 @@ minimerge: minimerge2: this_dir = ap_get_module_config(htaccess_conf, &core_module); if (!this_dir) continue; if (this_dir) { if (this_dir->opts & OPT_UNSET) { opts_add = (opts_add & ~this_dir->opts_remove) | this_dir->opts_add; opts_remove = (opts_remove & ~this_dir->opts_add) Loading @@ -1162,6 +1163,7 @@ minimerge2: } } } } /* That temporary trailing slash was useful, now drop it. */ Loading Loading
server/request.c +18 −16 Original line number Diff line number Diff line Loading @@ -415,6 +415,8 @@ static int resolve_symlink(char *d, apr_finfo_t *lfi, int opts, apr_pool_t *p) return OK; } /* #define REPLACE_PATH_INFO_METHOD */ #ifndef REPLACE_PATH_INFO_METHOD static int check_symlinks(char *d, int opts, apr_pool_t *p) Loading Loading @@ -1143,9 +1145,8 @@ minimerge: minimerge2: this_dir = ap_get_module_config(htaccess_conf, &core_module); if (!this_dir) continue; if (this_dir) { if (this_dir->opts & OPT_UNSET) { opts_add = (opts_add & ~this_dir->opts_remove) | this_dir->opts_add; opts_remove = (opts_remove & ~this_dir->opts_add) Loading @@ -1162,6 +1163,7 @@ minimerge2: } } } } /* That temporary trailing slash was useful, now drop it. */ Loading