]> source.dussan.org Git - nextcloud-server.git/commit
Fixed normalizePath() to strip out single dot dirs
authorVincent Petry <pvince81@owncloud.com>
Thu, 14 Nov 2013 12:15:03 +0000 (13:15 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 14 Nov 2013 12:15:03 +0000 (13:15 +0100)
commitc06d8bb0071839480f9e458e58630ca0c205b9cb
tree7d5114f0a80e5bbc3e5bd5b8e69a0da7c1af3a34
parent8d0d0836bae968d3abff5f5ff9db230d449397a6
Fixed normalizePath() to strip out single dot dirs

Now removing "/./" and trailing "/." from the paths when normalizing.
lib/private/files/filesystem.php
tests/lib/files/filesystem.php