mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
The default webDAV client for windows explorer, Mini-Redirector, apparently can not handle XML elements with a default namespace. This change modifies the emitted XML so that elements are prefixed with the D: namespace, defined as as "DAV:" in the multistatus tag. Fixes golang/go#11177 Change-Id: Ib323ca312fa10bd5aa6e6c61d90812d066543bac Reviewed-on: https://go-review.googlesource.com/10942 Reviewed-by: Nigel Tao <nigeltao@golang.org>