Commit 402d5d75 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

create tmp files with names more like those of htpasswd and

htdigest


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody@124796 13f79535-47bb-0310-9956-ffa450edef68
parent 8656403d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {