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

Issue 33061: Convert makeRequest code paths to use JsonSerializer instead of direct JSONObject calls

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 5 months ago by etnu00
Modified:
16 years, 5 months ago
Reviewers:
beaton, shindig.remailer
Base URL:
https://svn.apache.org/repos/asf/incubator/shindig/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Messages

Total messages: 2
etnu00
Attempting to clean up remaining JSONObject usage for performance and security.
16 years, 5 months ago (2009-04-03 19:23:15 UTC) #1
beaton
16 years, 5 months ago (2009-04-03 20:14:09 UTC) #2
LGTM.

http://codereview.appspot.com/33061/diff/1/7
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/FetchResponseUtils.java
(right):

http://codereview.appspot.com/33061/diff/1/7#newcode72
Line 72: Collection<String> values = response.getHeaders(name);
Looks like response.getHeaders is guaranteed immutable by the HttpResponse
contract.  Might be nice to add a comment to that effect.
Sign in to reply to this message.

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