-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readdir includes parent path name when not mounted on root #84
Comments
It seems that this is occurs without cors-anywhere, you just have to mount the webdav server not on the root domain, but on a path of it. I updated the repro with a server mounted on |
Thanks for this! Unfortunately I don't have time right now to dig into it, but have you checked if your issue is reproducible on the parent I'd also happily accept a PR addressing this. |
Yes, it does look like it happens with the parent repo. I pushed a commit to use I will take a stab at a PR |
Made a PR, see perry-mitchell/webdav-client#324 . Turns out it was not where I mounted the webdav server, but just that my calls were not using the leading |
When pairing
readdir
withcors-anywhere
, I seem to be getting unexpected results. It's the same behavior as #56 but it only happens when I proxy requests throughcors-anywhere
.I modified the repo in #56 to produce the unexpected results. You can find the reproduction in https://github.com/Cobertos/webdav-fs
The text was updated successfully, but these errors were encountered: