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

Issue 126560043: code review 126560043: net/url: make Userinfo.String() escape ? and add test f... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by esk
Modified:
9 years, 8 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

net/url: make Userinfo.String() escape ? and add test for shouldEscape See RFC 3986 §3.2.1. Fixes issue 6573.

Patch Set 1 #

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

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

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

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

Total comments: 9

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

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

Messages

Total messages: 6
esk
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
9 years, 8 months ago (2014-08-24 02:31:54 UTC) #1
bradfitz
https://codereview.appspot.com/126560043/diff/2/src/pkg/net/url/url.go File src/pkg/net/url/url.go (right): https://codereview.appspot.com/126560043/diff/2/src/pkg/net/url/url.go#newcode89 src/pkg/net/url/url.go:89: // The RFC allows ; : & = + ...
9 years, 8 months ago (2014-08-25 17:31:17 UTC) #2
esk
PTAL https://codereview.appspot.com/126560043/diff/2/src/pkg/net/url/url.go File src/pkg/net/url/url.go (right): https://codereview.appspot.com/126560043/diff/2/src/pkg/net/url/url.go#newcode89 src/pkg/net/url/url.go:89: // The RFC allows ; : & = ...
9 years, 8 months ago (2014-08-30 03:57:49 UTC) #3
bradfitz
LGTM
9 years, 8 months ago (2014-08-30 17:34:06 UTC) #4
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=7786bd1553ab *** net/url: make Userinfo.String() escape ? and add test for shouldEscape ...
9 years, 8 months ago (2014-08-30 17:34:59 UTC) #5
esk
9 years, 8 months ago (2014-08-31 03:37:24 UTC) #6
*** Abandoned ***
Sign in to reply to this message.

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