mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00

Return a 404 if apr_file_remove() fails with an ENOENT error, likely due to a race with another DELETE. PR: 60746 Github: closes #535 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926172 13f79535-47bb-0310-9956-ffa450edef68
3 lines
127 B
Plaintext
3 lines
127 B
Plaintext
*) mod_dav_fs: Return a 404 for DELETE if deletion fails because the
|
|
resource no longer exists. PR 60746. [Joe Orton]
|