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

Issue 47560044: code review 47560044: net/http/cookiejar: document format of domain in Public... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by volker.dobler
Modified:
10 years, 3 months ago
Reviewers:
nigeltao, bradfitz
CC:
bradfitz, golang-codereviews
Visibility:
Public.

Description

net/http/cookiejar: document format of domain in PublicSuffix Document what values a PublicSuffixList must accept as a domain in a call to PublicSuffix.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/pkg/net/http/cookiejar/jar.go View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6
volker.dobler
Hello bradfitz@golang.org, nigeltao@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 3 months ago (2014-01-06 11:06:33 UTC) #1
bradfitz
LGTM On Mon, Jan 6, 2014 at 3:06 AM, <dr.volker.dobler@gmail.com> wrote: > Reviewers: bradfitz, nigeltao, ...
10 years, 3 months ago (2014-01-06 17:59:59 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=40a37153a550 *** net/http/cookiejar: document format of domain in PublicSuffix Document what values ...
10 years, 3 months ago (2014-01-06 18:00:47 UTC) #3
nigeltao
OK, but this means that e.g., in the code.google.com/p/go.net/publicsuffix implementation, it's perfectly valid thatPublicSuffix("example.com.au") is ...
10 years, 3 months ago (2014-01-06 22:54:17 UTC) #4
bradfitz
I will open a new bug with this concern and revert the CL with a ...
10 years, 3 months ago (2014-01-06 22:55:14 UTC) #5
nigeltao
10 years, 3 months ago (2014-01-06 23:22:32 UTC) #6
On Tue, Jan 7, 2014 at 9:54 AM,  <nigeltao@golang.org> wrote:
> canonicalization (lower-casing, punycode)

Mostly a note to self, before I forget: doing canonicalization
properly can be subtle. Lower-casing and Punycode-decoding are not
commutative. Punycode-decoding is not idempotent.
Sign in to reply to this message.

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