]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response.
authorBen Reser <breser@apache.org>
Sat, 12 Oct 2013 06:13:20 +0000 (06:13 +0000)
committerBen Reser <breser@apache.org>
Sat, 12 Oct 2013 06:13:20 +0000 (06:13 +0000)
commite211411d45b8df978053f873e544c6d3bf02cc8c
treea6f3f40cabba71adb2921e1066b71c6139520a08
parent58a4c9ff962119673112c6f9145b67e31d18ddc9
Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response.

Previous commit missed encoding the names of the children of the PROPFIND
request when the depth wasn't 0.

* modules/dav/fs/repos.c
  (dav_fs_append_uri): New function
  (dav_fs_walker): Use dav_fs_append_uri() and adjust length calculations to
    use the encoded length.

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