Reviewers: shindig-dev,
Description:
This patch enables Shindig's Sample Container to render files local to
the developer's machine.
This is facilitated by adding a Servlet that serves these files (only to
localhost requests).
The Sample Container UI has been changed to support this feature
(including allowing one to pick a file from the local filesystem via a
file input control)
Please review this at http://codereview.appspot.com/10269
Affected files:
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/localfile/LocalFileServlet.java
java/server/src/main/webapp/WEB-INF/web.full.xml
java/server/src/main/webapp/WEB-INF/web.gadgets.xml
java/server/src/main/webapp/WEB-INF/web.xml
javascript/samplecontainer/samplecontainer.html
javascript/samplecontainer/samplecontainer.js