James Moger
2012-10-18 b0e164283fee6f993589cce849ba1fc7d294e89d
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);
      }
   }