mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
db8e4de5b2d6653f66aea53094624468caad15d2
StripPrefix in the webdav package strips prefixes from requests (including the Destination headers) but cannot handle the paths in the xml entities responses which are confusing some clients (e.g. cadaver). This patch replaces StripPrefix with Prefix in the Handler to handle prefixes both in the requests and in the xml entities responses. Change-Id: I67062e30337b2ae422c82a2f927454f5a8a00e34 Reviewed-on: https://go-review.googlesource.com/13857 Reviewed-by: Nigel Tao <nigeltao@golang.org>
This repository holds supplementary Go networking libraries. To submit changes to this repository, see http://golang.org/doc/contribute.html.
Description
Languages
Go
99.9%