James Moger
2012-10-02 1f52c8b5f123b97fc631465479bc2855c12b9ee3
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);
      }
   }