]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
create tmp files with names more like those of htpasswd and
authorJeff Trawick <trawick@apache.org>
Mon, 10 Jan 2005 12:33:54 +0000 (12:33 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Jan 2005 12:33:54 +0000 (12:33 +0000)
htdigest

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124796 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index bb13b037e3723d4d92f342d0f9d77348cb28b477..0e32d0979d45ff794d9184c5bf69e7ccbfa97a79 100644 (file)
@@ -545,7 +545,7 @@ static apr_status_t spool_reqbody_cl(apr_pool_t *p,
                     return status;
                 }
                 apr_filepath_merge(&template, temp_dir,
-                                   "proxy_reqbody_spoolXXXXXX",
+                                   "modproxy.tmp.XXXXXX",
                                    APR_FILEPATH_NATIVE, p);
                 status = apr_file_mktemp(&tmpfile, template, 0, p);
                 if (status != APR_SUCCESS) {