ExtJS Store SYNC with Spring Security ON
问题 I am new to Spring Security and I have added it to my project. Everything seems to work perfectly Login/Logout and even navigating across screens. Only when I tried to have an ExtJS grid and added a record in the store and then called the sync() method of the store, I got - Invalid CSRF Token 'null' was found on the request parameter '_csrf' or header 'X-CSRF-TOKEN'. I know that I need to pass _csrf with the request but I would like to know from all of you about the best way to get this done.