in src/main/java/org/apache/sling/adapter/internal/AdapterWebConsolePlugin.java [268:275]
protected void doGet(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException, IOException {
if (req.getPathInfo().endsWith("/data.json")) {
getJson(resp);
} else {
getHtml(resp);
}
}