----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6202/ -----------------------------------------------------------
(Updated July 31, 2012, 9:26 a.m.) Review request for shindig, Ryan Baxter, Dan Dumont, and Stanton Sievers. Description ------- Currently, when you specify wrong gadget URL - in SystemOut.log you would get: [5/1/12 16:53:33:409 IST] 0000005e AbstractSpecF I org.apache.shindig.gadgets.AbstractSpecFactory SpecUpdater An error occurred when updating XXXXX. A cached version is being used instead. It should report 404 code in that error message, with the exception message, and also the message is warning level not info level. This addresses bug shindig-1832. https://issues.apache.org/jira/browse/shindig-1832 Diffs ----- http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/logging/i18n/resource.properties 1351249 http://svn.apache.org/repos/asf/shindig/trunk/java/common/src/main/resources/org/apache/shindig/common/logging/i18n/resource_en_US.properties 1351249 http://svn.apache.org/repos/asf/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/AbstractSpecFactory.java 1362303 Diff: https://reviews.apache.org/r/6202/diff/ Testing (updated) ------- Fixed a compile error of Anonymous security token as well. Thanks, Marshall Shi