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

Unified Diff: webdav/webdav.go

Issue 173100044: code review 173100044: x/net/webdav: add a Dir type, analogous to http.Dir. (Closed)
Patch Set: diff -r 8fd8d3a0313cb59e495106ac76df5da29381fa24 https://code.google.com/p/go.net Created 10 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
« no previous file with comments | « webdav/file_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webdav/webdav.go
===================================================================
--- a/webdav/webdav.go
+++ b/webdav/webdav.go
@@ -6,7 +6,6 @@
package webdav
// TODO: ETag, properties.
-// TODO: figure out what/when is responsible for path cleaning: no "../../etc/passwd"s.
import (
"errors"
« no previous file with comments | « webdav/file_test.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