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