x/net/webdav: cannot handle symbolic link that points to a non existed file #55339
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I have build a webdav server and run it on a router, serve router's
/mnt
as webdav root, then mount it on macOS. When I create a symbol link in /mntln -s /tmp/noexist /mnt/noexist
(/tmp/noexist
does not existed),thenPROPFIND /
withDepth=1
will get aInternal Server Error
(Wireshark capture below).What did you expect to see?
List root dir
What did you see instead?
Internal Server Error
The text was updated successfully, but these errors were encountered: