We setup Spring security MAC authorization for our project. ALso activated HiddenMethodsFilter since we use alot of multipart requests. It works fine in deploy, but in tests with MockedMultipartRequest it doesent work. What do i need to do to get it working? Im using StandardServletMUltipartResolver to handle request into multipart request.