James Moger
2013-07-25 d5bdbdf6f0d54d4753f35a9b519fb7da2c2a9da7
src/main/java/com/gitblit/JsonServlet.java
@@ -123,6 +123,7 @@
         // Send JSON response
         String json = JsonUtils.toJsonString(o);
         response.setCharacterEncoding(Constants.ENCODING);
         response.setContentType("application/json");
         response.getWriter().append(json);
      }
   }