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

Issue 6846062: http issue 65 (HttpResponseInterceptor) & issue 159 (multiple header values) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by yanivi
Modified:
11 years, 5 months ago
Reviewers:
ngmiceli
CC:
rmistry
Base URL:
https://google-http-java-client.googlecode.com/hg/
Visibility:
Public.

Description

http issue 65 (HttpResponseInterceptor) & issue 159 (multiple header values) http://code.google.com/p/google-http-java-client/issues/detail?id=65 Create a HttpResponseInterceptor http://code.google.com/p/google-http-java-client/issues/detail?id=159 Need to be able to set headers multiple times

Patch Set 1 #

Total comments: 12

Patch Set 2 : MockLowLevelHttpRequest now stores headers using a ListMultimap #

Patch Set 3 : minor #

Patch Set 4 : minor #

Patch Set 5 : minor #

Patch Set 6 : fixed based on feedback #

Patch Set 7 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+675 lines, -231 lines) Patch
M google-http-client/src/main/java/com/google/api/client/http/HttpExecuteInterceptor.java View 1 chunk +5 lines, -5 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java View 1 2 3 4 5 9 chunks +370 lines, -129 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/HttpMethods.java View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java View 1 2 3 4 5 11 chunks +50 lines, -23 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/HttpRequestInitializer.java View 1 1 chunk +2 lines, -2 lines 0 comments Download
A google-http-client/src/main/java/com/google/api/client/http/HttpResponseInterceptor.java View 1 chunk +99 lines, -0 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/HttpUnsuccessfulResponseHandler.java View 2 chunks +6 lines, -6 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/UrlEncodedContent.java View 4 chunks +3 lines, -6 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/http/UrlEncodedParser.java View 2 chunks +9 lines, -0 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/testing/http/MockLowLevelHttpRequest.java View 1 5 chunks +33 lines, -0 lines 0 comments Download
M google-http-client/src/main/java/com/google/api/client/util/GenericData.java View 1 chunk +12 lines, -6 lines 0 comments Download
M google-http-client/src/test/java/com/google/api/client/http/HttpHeadersTest.java View 1 3 chunks +51 lines, -12 lines 0 comments Download
M google-http-client/src/test/java/com/google/api/client/http/HttpRequestTest.java View 1 2 3 4 5 6 chunks +34 lines, -41 lines 0 comments Download

Messages

Total messages: 7
yanivi
11 years, 5 months ago (2012-11-15 21:16:08 UTC) #1
ngmiceli
Just some thoughts, nothing too pressing. https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java File google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java (right): https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java#newcode94 google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java:94: private Long contentLength; ...
11 years, 5 months ago (2012-11-20 19:32:37 UTC) #2
yanivi
https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java File google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java (right): https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java#newcode94 google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java:94: private Long contentLength; On 2012/11/20 19:32:37, ngmiceli wrote: > ...
11 years, 5 months ago (2012-11-20 21:28:36 UTC) #3
ngmiceli
https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java File google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java (right): https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java#newcode94 google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java:94: private Long contentLength; On 2012/11/20 21:28:36, yanivi wrote: > ...
11 years, 5 months ago (2012-11-20 23:41:09 UTC) #4
yanivi
https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java File google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java (right): https://codereview.appspot.com/6846062/diff/1/google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java#newcode94 google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java:94: private Long contentLength; On 2012/11/20 23:41:09, ngmiceli wrote: > ...
11 years, 5 months ago (2012-11-21 14:23:32 UTC) #5
ngmiceli
Test failures. For example: Tests run: 9, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: ...
11 years, 5 months ago (2012-11-21 15:15:02 UTC) #6
ngmiceli
11 years, 5 months ago (2012-11-21 15:16:05 UTC) #7
Disregard.

LGTM
Sign in to reply to this message.

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