James Moger
2012-06-07 ae9e157ef4e6a3708489725d4436cc15d273308f
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);
      }
   }