6869707172737475767778
j.setMarkupFormatter(req.bindJSON(MarkupFormatter.class, security.getJSONObject("markupFormatter"))); } else { j.setMarkupFormatter(null); } } else { j.disableSecurity(); } return true; } }