]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 rather
authorJoe Orton <jorton@apache.org>
Mon, 29 Jul 2024 08:40:42 +0000 (08:40 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 29 Jul 2024 08:40:42 +0000 (08:40 +0000)
commita288cd39ce2f0e05f1cb3e41aa83a9f173ded1e3
tree31c5039507d623ac1e892bcf0e1ab133a6d87ca9
parent6680ceb5e711142bd1ee61f25827babaf25938ca
* modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 rather
  than a 400 where r->path_info is not empty for a file; a valid but
  unsatisfiable request to a path which cannot exist,
  e.g. /dav/foo.txt/blah where /dav/foo.txt is not a directory.

Github: closes #465

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919580 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c