Reviewers: [email protected], [email protected] Description:
If ConcatProxyServlet gets an error in fetching one of the JS files, it currently writes the error in the served out file as it is. This error should be included as a comment so that the rest of the concatenated js can still be used. Please review this at http://codereview.appspot.com/3711041/ Affected files: java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/ConcatProxyServlet.java java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/ConcatProxyServletTest.java
