x/net/webdav: PUT with missing intermediate collection gave 404, MUST be 409 [RFC4918:S9.7.1]) #67150
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
Milestone
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Run the litmus WebDAV testsuite against the x/net/webdav test server at https://github.com/golang/net/blob/master/webdav/litmus_test_server.go:
The following playground can also be used https://go.dev/play/p/DJB2UX3d2rL .
What did you see happen?
Test case (5. put_no_parent) fails when running litmus test:
What did you expect to see?
Expected basic test
5. put_no_parent
to succeed, RFC4918:S9.7.1 clearly states that a409
must be returned in this case.The text was updated successfully, but these errors were encountered: