]> source.dussan.org Git - nextcloud-server.git/commit
Fixed path normalization to prevent dot dirs
authorVincent Petry <pvince81@owncloud.com>
Wed, 20 Nov 2013 17:14:42 +0000 (18:14 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 21 Nov 2013 15:07:01 +0000 (16:07 +0100)
commit39cbdca42975e4eb9da8906c45930117fa21e483
treea395dd56919ab46057f5b58c4a7236876bb97498
parenta20c6049c396a2d3035dadb1398fe02e8ad43da7
Fixed path normalization to prevent dot dirs

Fixes #5945 where stat(.) would cause the backend OC to cache a dot dir
(only in older versions)
apps/files_external/lib/webdav.php