I'm also facing the same issue but with publisher. When i debugged, it seems to have problem in below method of com.adobe.granite.csrf.impl.CSRFFilterprotected boolean isValidRequest(HttpServletRequest request) { String csrf = request.getParameter(":cq_csrf_token"); if (StringUtils.isBlank(cs...