After configuring Spring Security 3.2, _csrf.token is not bound to a request or a session object.
_csrf.token
This is the spring security config:
&l
i think csrf only works with spring forms
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
change to form:form tag and see it that works.
form:form