Polish CurrentSecurityContextArgumentResolvers

Fixes gh-7487
This commit is contained in:
Josh Cummings
2019-09-27 13:17:37 -06:00
parent 5ef6e7ed6f
commit 5f905232cb
5 changed files with 93 additions and 106 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.context.ApplicationContextAware;
import org.springframework.context.annotation.Bean;
import org.springframework.context.expression.BeanFactoryResolver;
import org.springframework.expression.BeanResolver;
import org.springframework.security.web.bind.support.CurrentSecurityContextArgumentResolver;
import org.springframework.security.web.method.annotation.CurrentSecurityContextArgumentResolver;
import org.springframework.security.web.method.annotation.AuthenticationPrincipalArgumentResolver;
import org.springframework.security.web.method.annotation.CsrfTokenArgumentResolver;
import org.springframework.security.web.servlet.support.csrf.CsrfRequestDataValueProcessor;