----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9535/ -----------------------------------------------------------
(Updated Feb. 22, 2013, 12:56 a.m.) Review request for shindig, Ryan Baxter, Dan Dumont, Stanton Sievers, and Rich Thompson. Description ------- We identified a few issues of the atom Social API implementation in Shindig: - The <link> url is output with the url as the content of the tag as opposed to a href attribute - The url chosen is the url of the event (an API URL) as opposed to the URL of the Object in the event - The url type is "self" (which is correct for 2. above, but largely useless) when it should be absent or "alternate" (in Atom these are semantically equivalent) This addresses bug SHINDIG-1906. https://issues.apache.org/jira/browse/SHINDIG-1906 Diffs (updated) ----- http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/atom/AtomAuthor.java 1406188 http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/atom/AtomEntry.java 1406188 http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/atom/AtomFeed.java 1406188 http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/atom/AtomSummary.java PRE-CREATION http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/atom/AtomSummaryConverter.java PRE-CREATION http://svn.apache.org/repos/asf/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/XStream081Configuration.java 1406188 Diff: https://reviews.apache.org/r/9535/diff/ Testing ------- Done Thanks, Marshall Shi