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

Issue 6931047: code review 6931047: net/url: properly parse file URL with host omitted

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by erikstmartin
Modified:
10 years, 4 months ago
Reviewers:
adg, rsc, bradfitz
CC:
golang-codereviews
Visibility:
Public.

Description

net/url: parse file URL with host omitted Modified both url.Parse and url.String to explicitely account for differences in the file:// scheme Fixes issue 4189

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -2 lines) Patch
M src/pkg/net/url/url.go View 1 2 chunks +4 lines, -2 lines 2 comments Download
M src/pkg/net/url/url_test.go View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 15
erikstmartin
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 5 months ago (2012-12-11 20:40:53 UTC) #1
bradfitz
Subject could be more clear: properly parse file URL with host omitted On Dec 11, ...
11 years, 5 months ago (2012-12-11 22:04:12 UTC) #2
erikstmartin
I've updated the description as requested. PTAL Erik On 2012/12/11 22:04:12, bradfitz wrote: > Subject ...
11 years, 5 months ago (2012-12-12 01:35:54 UTC) #3
erikstmartin
PTAL. I've modified the description as requested. Thanks, Erik
11 years, 5 months ago (2012-12-12 01:38:09 UTC) #4
rsc
s/properly // too
11 years, 5 months ago (2012-12-12 03:58:16 UTC) #5
erikstmartin
On 2012/12/12 03:58:16, rsc wrote: > s/properly // too updated. PTAL
11 years, 5 months ago (2012-12-12 04:00:22 UTC) #6
rsc
Thanks for putting up with the subject bikeshedding. I think the fix might be too ...
11 years, 5 months ago (2012-12-12 04:24:16 UTC) #7
erikstmartin
No worries, i'll pickup the formatting etc. of these types of things you guys like ...
11 years, 5 months ago (2012-12-12 04:32:30 UTC) #8
erikstmartin
Does this raise a bigger question between this issue and the other of whether or ...
11 years, 5 months ago (2012-12-12 14:00:26 UTC) #9
bradfitz
On Wed, Dec 12, 2012 at 6:00 AM, <alakriti@gmail.com> wrote: > Does this raise a ...
11 years, 5 months ago (2012-12-12 21:29:36 UTC) #10
erikstmartin
On 2012/12/12 21:29:36, bradfitz wrote: > On Wed, Dec 12, 2012 at 6:00 AM, <mailto:alakriti@gmail.com> ...
11 years, 5 months ago (2012-12-19 15:24:27 UTC) #11
bradfitz
On Wed, Dec 19, 2012 at 7:24 AM, <alakriti@gmail.com> wrote: > On 2012/12/12 21:29:36, bradfitz ...
11 years, 5 months ago (2012-12-19 16:47:15 UTC) #12
adg
Work continues here: https://codereview.appspot.com/7135051
11 years, 4 months ago (2013-01-17 23:28:49 UTC) #13
gobot
Replacing golang-dev with golang-codereviews.
10 years, 5 months ago (2013-12-20 16:21:44 UTC) #14
bradfitz
10 years, 4 months ago (2013-12-26 20:44:20 UTC) #15
R=close

Looks like this has been fixed otherwise in the meantime.
Sign in to reply to this message.

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