LGTM with small comment. http://codereview.appspot.com/1232044/diff/1/2 File java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java (right): http://codereview.appspot.com/1232044/diff/1/2#newcode152 java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java:152: .setParam("rh", request.getParam(UriCommon.Param.RESIZE_HEIGHT.getKey())) Since the UriCommon.Param ...
15 years, 10 months ago
(2010-05-20 16:20:28 UTC)
#2
LGTM with small comment.
http://codereview.appspot.com/1232044/diff/1/2
File
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java
(right):
http://codereview.appspot.com/1232044/diff/1/2#newcode152
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java:152:
.setParam("rh", request.getParam(UriCommon.Param.RESIZE_HEIGHT.getKey()))
Since the UriCommon.Param enums are used simply as String to get data from
request parameter, maybe could use private final String to store the params like
in BasicImageRewriter class.
Thanks. Updated and committed. On Thu, May 20, 2010 at 9:20 AM, <henry.saputra@gmail.com> wrote: > ...
15 years, 10 months ago
(2010-05-20 17:29:26 UTC)
#3
Thanks. Updated and committed.
On Thu, May 20, 2010 at 9:20 AM, <henry.saputra@gmail.com> wrote:
> LGTM with small comment.
>
>
> http://codereview.appspot.com/1232044/diff/1/2
> File
>
>
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java
> (right):
>
> http://codereview.appspot.com/1232044/diff/1/2#newcode152
>
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/http/AbstractHttpCache.java:152:
>
> .setParam("rh",
> request.getParam(UriCommon.Param.RESIZE_HEIGHT.getKey()))
> Since the UriCommon.Param enums are used simply as String to get data
> from request parameter, maybe could use private final String to store
> the params like in BasicImageRewriter class.
>
>
> http://codereview.appspot.com/1232044/show
>
Issue 1232044: Use UriCommon from AbstractHttpCache
Created 15 years, 10 months ago by zhoresh
Modified 15 years, 10 months ago
Reviewers: shindig.remailer_gmail.com, henry.saputra
Base URL: http://svn.apache.org/repos/asf/shindig/trunk
Comments: 1