Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Issue 1307353003: Add an AuthenticationChallenge class. (Closed)

Created:
5 years, 4 months ago by nweiz
Modified:
5 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/http_parser@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add an AuthenticationChallenge class. A simpler version of this existed already in dart-lang/oauth2; this makes it widely available and more robust. R=rnystrom@google.com Committed: https://github.com/dart-lang/http_parser/commit/bb521dd6fb0943b669236788a9244dd2f965ee80

Patch Set 1 #

Total comments: 10

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -36 lines) Patch
M CHANGELOG.md View 1 chunk +7 lines, -0 lines 0 comments Download
M lib/http_parser.dart View 1 chunk +1 line, -0 lines 0 comments Download
A lib/src/authentication_challenge.dart View 1 1 chunk +150 lines, -0 lines 0 comments Download
M lib/src/http_date.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/src/media_type.dart View 3 chunks +14 lines, -31 lines 0 comments Download
A lib/src/scan.dart View 1 1 chunk +77 lines, -0 lines 0 comments Download
A lib/src/utils.dart View 1 chunk +23 lines, -0 lines 0 comments Download
M pubspec.yaml View 2 chunks +2 lines, -1 line 0 comments Download
A test/authentication_challenge_test.dart View 1 1 chunk +171 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
5 years, 4 months ago (2015-08-24 23:57:01 UTC) #1
Bob Nystrom
https://codereview.chromium.org/1307353003/diff/1/lib/src/authentication_challenge.dart File lib/src/authentication_challenge.dart (right): https://codereview.chromium.org/1307353003/diff/1/lib/src/authentication_challenge.dart#newcode24 lib/src/authentication_challenge.dart:24: /// This is normalized to always be lower-case. "lowercase". ...
5 years, 4 months ago (2015-08-25 21:28:59 UTC) #2
nweiz
https://codereview.chromium.org/1307353003/diff/1/lib/src/authentication_challenge.dart File lib/src/authentication_challenge.dart (right): https://codereview.chromium.org/1307353003/diff/1/lib/src/authentication_challenge.dart#newcode24 lib/src/authentication_challenge.dart:24: /// This is normalized to always be lower-case. On ...
5 years, 4 months ago (2015-08-25 22:02:08 UTC) #3
nweiz
Code review changes
5 years, 4 months ago (2015-08-25 22:02:26 UTC) #4
Bob Nystrom
lgtm
5 years, 4 months ago (2015-08-25 22:23:36 UTC) #5
nweiz
5 years, 4 months ago (2015-08-25 23:26:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
bb521dd6fb0943b669236788a9244dd2f965ee80 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698