in the first place. We are about to abuse test_filename, so don't try
using that copy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90592
13f79535-47bb-0310-9956-
ffa450edef68
return HTTP_FORBIDDEN;
}
if (strcmp(r->filename, test_filename) != 0)
- r->filename = apr_pstrdup(test_filename);
- r->canonical_filename = r->test_filename;
+ r->filename = apr_pstrdup(r->pool, test_filename);
+ r->canonical_filename = r->filename;
}
num_dirs = ap_count_dirs(test_filename);