James Moger
2012-10-13 c658df9e87d65b08d5482cf04489cb0532ff83dd
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);
      }
   }