James Moger
2012-06-15 d9afa9a3e34762bd21b05ada7ea0c1f212ef9dd8
src/com/gitblit/JsonServlet.java
@@ -122,6 +122,7 @@
      if (o != null) {
         // Send JSON response
         String json = JsonUtils.toJsonString(o);
         response.setCharacterEncoding(Constants.ENCODING);
         response.getWriter().append(json);
      }
   }