----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8320/ -----------------------------------------------------------
Review request for rave. Description ------- Shindig provides a hook for a container implementation to specify how to render an embedded experience. The rave implementation of this hook is incomplete. Opening an embedded experience will fail because of the way that rave handles security token generation. To fix this, I created an endpoint to dynamically generate a security token for a widget in the widget store. To enable embedded experiences, the security token is retrieved from this endpoint and is registered, along with the gadget metadata, with the rave container. Diffs ----- trunk/rave-portal-resources/src/main/webapp/WEB-INF/dispatcher-servlet.xml 1415331 trunk/rave-portal-resources/src/main/webapp/static/script/rave_api.js 1415331 trunk/rave-portal-resources/src/main/webapp/static/script/rave_opensocial.js 1415331 trunk/rave-providers/rave-opensocial-provider/rave-opensocial-client/src/main/java/org/apache/rave/provider/opensocial/controller/SecurityTokenController.java PRE-CREATION Diff: https://reviews.apache.org/r/8320/diff/ Testing ------- Thanks, Robert O'Neill
