-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4789/
-----------------------------------------------------------
Review request for shindig and Dan Dumont.
Summary
-------
If a container.js is missing gadgets.jsonProxyUrl.maxPostSize the default post
size will be 0 instead of the actual default size because
ContainerConfig.getInt returns 0 when the property is missing not null.
This addresses bug SHINDIG-1752.
https://issues.apache.org/jira/browse/SHINDIG-1752
Diffs
-----
http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/MakeRequestHandler.java
1326802
Diff: https://reviews.apache.org/r/4789/diff
Testing
-------
Ran unit tests
Thanks,
Ryan