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

Issue 178930043: code review 178930043: x/net/webdav: handle the absence of the If header.

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by nmvc
Modified:
9 years, 4 months ago
Reviewers:
CC:
dave_cheney.net, nigeltao, golang-codereviews
Visibility:
Public.

Description

x/net/webdav: minor fixes to ensure RFC/litmus compliance. - Handle the absence of the If header. - Reject Mkcol requests with a body. - Delete on non-existant item should return 404. - Support OPTIONS request - Ensure logger is invoked for all requests.

Patch Set 1 #

Patch Set 2 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 3 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 4 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 5 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 6 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 7 : diff -r adc59880b724 https://code.google.com/p/go.net #

Patch Set 8 : diff -r adc59880b724 https://code.google.com/p/go.net #

Total comments: 10

Patch Set 9 : diff -r adc59880b724 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -4 lines) Patch
M webdav/webdav.go View 6 chunks +41 lines, -4 lines 0 comments Download

Messages

Total messages: 5
nmvc
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.net
9 years, 5 months ago (2014-11-18 04:35:24 UTC) #1
nmvc
Hello dave@cheney.net, dfc, nigeltao, nigeltao@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 5 months ago (2014-11-18 04:37:53 UTC) #2
nigeltao
The CL description mentions logger twice. https://codereview.appspot.com/178930043/diff/140001/webdav/webdav.go File webdav/webdav.go (right): https://codereview.appspot.com/178930043/diff/140001/webdav/webdav.go#newcode28 webdav/webdav.go:28: // Logger is ...
9 years, 4 months ago (2014-12-05 03:56:24 UTC) #3
nmvc
https://codereview.appspot.com/178930043/diff/140001/webdav/webdav.go File webdav/webdav.go (right): https://codereview.appspot.com/178930043/diff/140001/webdav/webdav.go#newcode28 webdav/webdav.go:28: // Logger is an optional error logger. If non-nil, ...
9 years, 4 months ago (2014-12-11 00:51:10 UTC) #4
gobot
9 years, 4 months ago (2014-12-19 05:16:36 UTC) #5
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/178930043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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