Matt Holt
Matt Holt
Ok. In that case I am not sure then. Still seems like this bug should be reported upstream.
@sillikk With Go, since I believe the bug is in https://pkg.go.dev/golang.org/x/net/webdav. I only scanned the code very quickly, but I believe the error would be somewhere around here: https://cs.opensource.google/go/x/net/+/c7608f3a:webdav/file.go;l=791;drc=c7608f3a8462fd23f95e21be49b40c7b9c20c74a;bpv=0;bpt=1 --...
I've updated the dependencies for the first time in a few years; might be worth checking again!
Thanks for opening an issue! We'll look into this. It's not immediately clear to me what is going on, so I'll need your help to understand it better. Ideally, we...
Thanks, probably just need some sanitizing either here or in the upstream package. Anyone free to take this?
Your browser? This is a webdav server. What is the request your browser is making? Edit: This is probably correct, though, note the readme explains this already: > The `prefix`...
Maybe `if resp.StatusCode >= 400` is more suitable. But yeah, that's a reasonable idea.
Thanks for working on this. Sorry I haven't been able to review it yet. Been busy preparing for a conference I'm speaking at next week, so it might be a...
Thanks for the feature request and the Go code -- I'm a bit busy lately but if you want to submit a PR, that would be welcomed. :+1:
Just to clarify, you are the original author of the above Go code, correct?