Closed idolpx closed 2 years ago
I am able to see spaces in file names. Did you by misfortune exceed the file name length capacity ?
No but after I url encode them it works fine.
Did you patch ESPWebDAVCore::sendPropResponse()
to url-encode names ?
Yes... I did. Seemed to fix the issue for me.
Can you please share it as a PR ? Is it committed on your fork ?
I made the changes when adding it to meatloaf project. I will test the additions you made for changing the web root and update my repo and send a pull request then. :)
Ok... sent a PR. Just a one line fix.
closed per #18
Need to URL Encode fullResPath in ESPWebDAVCore::sendPropResponse() to correct the issue.
I will do a PR later when I am able if you'd like.