Subject: | UTF-8 filename handling |
PROPFIND and (all) other methods suffer from a bug that causes the
module to be unable to handle utf-8 filenames right.
Maintainer already has bug's verbose discussion. First fix seems to be
to replace all generations of $path with:
my $path = uri_unescape $ENV{REQUEST_URI};