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 ...
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.
Issue 33061: Convert makeRequest code paths to use JsonSerializer instead of direct JSONObject calls
Created 16 years, 5 months ago by etnu00
Modified 16 years, 5 months ago
Reviewers: shindig.remailer_gmail.com, beaton
Base URL: https://svn.apache.org/repos/asf/incubator/shindig/trunk/
Comments: 1