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

Issue 31400043: code review 31400043: net/url: correctly escape URL as RFC 3986

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by Hong Ruiqi
Modified:
10 years, 1 month ago
CC:
golang-codereviews
Visibility:
Public.

Description

net/url: correctly escape URL as RFC 3986 Include '!', '\'', '(', ')', '*' in the reserved case, as RFC 3986 2.2 defined. Fixes issue 6784.

Patch Set 1 #

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

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

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

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -9 lines) Patch
M src/pkg/net/url/url.go View 1 2 3 4 5 1 chunk +11 lines, -9 lines 0 comments Download
M src/pkg/net/url/url_test.go View 1 2 3 4 5 6 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 16
Hong Ruiqi
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 5 months ago (2013-11-23 14:10:57 UTC) #1
bradfitz
This would need updates to the tests too. On Nov 23, 2013 7:18 AM, <hongruiqi@gmail.com> ...
10 years, 5 months ago (2013-11-23 15:19:54 UTC) #2
Hong Ruiqi
Hello golang-dev@googlegroups.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 5 months ago (2013-11-23 16:19:08 UTC) #3
minux1
https://codereview.appspot.com/31400043/diff/60001/src/pkg/net/url/url_test.go File src/pkg/net/url/url_test.go (right): https://codereview.appspot.com/31400043/diff/60001/src/pkg/net/url/url_test.go#newcode882 src/pkg/net/url/url_test.go:882: "/action!go", if you include '[', ']', '!', '\'', '(', ...
10 years, 5 months ago (2013-11-23 21:23:03 UTC) #4
Hong Ruiqi
On 2013/11/23 21:23:03, minux wrote: > Also, I'd like to know why we leave off ...
10 years, 5 months ago (2013-11-24 03:10:04 UTC) #5
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:11 UTC) #6
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:11 UTC) #7
andybalholm
PIng.
10 years, 3 months ago (2014-01-08 17:18:17 UTC) #8
andybalholm
I had a user complaining about some URLs not working. I applied this patch and ...
10 years, 3 months ago (2014-01-08 21:05:43 UTC) #9
bradfitz
The risk with patches like this is you fix one user but might break two ...
10 years, 3 months ago (2014-01-08 21:11:13 UTC) #10
andybalholm
On Jan 8, 2014, at 1:11 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > The risk with ...
10 years, 3 months ago (2014-01-08 21:26:42 UTC) #11
bradfitz
On Wed, Jan 8, 2014 at 1:26 PM, Andy Balholm <andybalholm@gmail.com> wrote: > > On ...
10 years, 3 months ago (2014-01-15 21:00:47 UTC) #12
andybalholm
On Jan 15, 2014, at 1:00 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > As Russ said ...
10 years, 3 months ago (2014-01-15 21:30:43 UTC) #13
rsc
I am unconvinced we should keep fiddling with this code. I believe it is a ...
10 years, 3 months ago (2014-01-22 20:44:09 UTC) #14
andybalholm
On Jan 22, 2014, at 12:44 PM, Russ Cox <rsc@golang.org> wrote: > I am unconvinced ...
10 years, 3 months ago (2014-01-22 22:47:38 UTC) #15
rsc
10 years, 1 month ago (2014-03-05 20:03:58 UTC) #16
R=close
Sign in to reply to this message.

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