http://codereview.appspot.com/1811042/diff/16001/17001
File main/java/org/apache/shindig/gadgets/servlet/AccelHandler.java
(right):

http://codereview.appspot.com/1811042/diff/16001/17001#newcode88
main/java/org/apache/shindig/gadgets/servlet/AccelHandler.java:88: if
(errorResponse != null) {
On 2010/07/13 18:47:58, kuntal.loya wrote:
if (errorResponse == null) {
   // Rewrite the content when there is no error.
   try...catch
} else {
   // In case of an error, send it as it is.
   results = errorResponse;
}
...

Done.

http://codereview.appspot.com/1811042/show

Reply via email to