----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1101/ -----------------------------------------------------------
(Updated 2011-07-13 20:47:28.325492) Review request for shindig. Summary ------- The current implementation of AnonymousSecurityToken does not get parsed properly by the BasicSecurityTokenCodec. It causes a MalformedSecurityTokenException because the Domain parameter is empty. This corrects that issue. Diffs ----- /trunk/java/common/src/main/java/org/apache/shindig/auth/AnonymousSecurityToken.java 1145681 Diff: https://reviews.apache.org/r/1101/diff Testing ------- Ran JUnits.. they all passed. Thanks, Matt