We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://tools.ietf.org/html/rfc4918#section-8.3.1
Also note that a legal URI may still contain characters that need to be escaped within XML character data, such as the ampersand character.
But <D:herf> doesn't. So some files can't be created on webdav.
<D:herf>
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/16859 mentions this issue.
Sorry, something went wrong.
golang/net@55cccaa
x/net/webdav: percent-encode D:href in the XML.
7169356
Fixes golang/go#13286 Change-Id: If1e727bc18c64232b82484d9e82063cc59bcc826 Reviewed-on: https://go-review.googlesource.com/16859 Reviewed-by: Robert Stepanek <robert.stepanek@gmail.com> Reviewed-by: Nigel Tao <nigeltao@golang.org>
No branches or pull requests
https://tools.ietf.org/html/rfc4918#section-8.3.1
But
<D:herf>
doesn't. So some files can't be created on webdav.The text was updated successfully, but these errors were encountered: