Subject: | Propfind doesn't work properly with some escaped uris |
Propfind is case sensitive to the escaping of characters, an example being:
In dave doing an ls of 'file_%5B.txt' will not properly get the
properties if the web server reports the href of the file as 'file_%5b.txt'.
On the one hand URI::Escape outputs escaped chars in capitals, and on
the other apache/mod_dav is outputting them lowercased. I should have a
patch covering this on github soon.