Please review this at http://codereview.waveprotocol.org/619001
Affected files:
M src/org/waveprotocol/box/server/rpc/SearchServlet.java
Index: src/org/waveprotocol/box/server/rpc/SearchServlet.java
===================================================================
--- a/src/org/waveprotocol/box/server/rpc/SearchServlet.java
+++ b/src/org/waveprotocol/box/server/rpc/SearchServlet.java
@@ -216,7 +216,7 @@
resp.sendError(HttpServletResponse.SC_FORBIDDEN);
} else {
resp.setStatus(HttpServletResponse.SC_OK);
- resp.setContentType("application/json");
+ resp.setContentType("application/json; charset=utf8");
// This is to make sure the fetched data is fresh - since the w3c
spec
// is rarely respected.
resp.setHeader("Cache-Control", "no-store");
Thanks for the patch!
Can you please submit the diff at https://reviews.apache.org/r/new/?
This way we will be able to link between the review and commit to the
new WIAB SVN repo at Apache.