]> granicus.if.org Git - apache/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)
commit31a3eab6d7ed0e55b5bea9c2aceef7d1cd56978c
treea6f3f40cabba71adb2921e1066b71c6139520a08
parent0605393196dde88981850d82b19164ae70dfbf13
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