Skip Menu |

This queue is for tickets about the Net-DAV-Server CPAN distribution.

Report information
The Basics
Id: 60885
Status: new
Priority: 0/
Queue: Net-DAV-Server

People
Owner: Nobody in particular
Requestors: contact [...] clipland.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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};