520521522523524525526527528529530
protected void serverinfo() throws IOException { final TServerInfo tpl = new TServerInfo(); tpl.setProperties( getProperties() ); getResponse().showJson( tpl.makeRenderer() ); } /** * Login is not required when requesting serverinfo