Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1269)

Unified Diff: webdav/xml.go

Issue 175140043: code review 175140043: x/net/webdav: part 1 of a memLS implementation.
Patch Set: diff -r 870131cdf8c51ae63ca232ba9a9e727403954629 https://code.google.com/p/go.net Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« webdav/lock.go ('K') | « webdav/webdav.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webdav/xml.go
===================================================================
--- a/webdav/xml.go
+++ b/webdav/xml.go
@@ -79,7 +79,7 @@
" <D:locktoken><D:href>%s</D:href></D:locktoken>\n"+
" <D:lockroot><D:href>%s</D:href></D:lockroot>\n"+
"</D:activelock></D:lockdiscovery></D:prop>",
- depth, ld.OwnerXML, timeout, escape(token), escape(ld.Path),
+ depth, ld.OwnerXML, timeout, escape(token), escape(ld.Root),
)
}
« webdav/lock.go ('K') | « webdav/webdav.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b