|
@@ -22,9 +22,6 @@ import org.springframework.security.access.SecurityConfig;
|
|
import org.springframework.security.access.vote.AccessDecisionVoter;
|
|
import org.springframework.security.access.vote.AccessDecisionVoter;
|
|
import org.springframework.security.access.vote.AuthenticatedVoter;
|
|
import org.springframework.security.access.vote.AuthenticatedVoter;
|
|
import org.springframework.security.access.vote.RoleVoter;
|
|
import org.springframework.security.access.vote.RoleVoter;
|
|
-import org.springframework.security.util.AntUrlPathMatcher;
|
|
|
|
-import org.springframework.security.util.RegexUrlPathMatcher;
|
|
|
|
-import org.springframework.security.util.UrlMatcher;
|
|
|
|
import org.springframework.security.web.AccessDeniedHandlerImpl;
|
|
import org.springframework.security.web.AccessDeniedHandlerImpl;
|
|
import org.springframework.security.web.ExceptionTranslationFilter;
|
|
import org.springframework.security.web.ExceptionTranslationFilter;
|
|
import org.springframework.security.web.FilterChainProxy;
|
|
import org.springframework.security.web.FilterChainProxy;
|
|
@@ -42,6 +39,9 @@ import org.springframework.security.web.securechannel.InsecureChannelProcessor;
|
|
import org.springframework.security.web.securechannel.RetryWithHttpEntryPoint;
|
|
import org.springframework.security.web.securechannel.RetryWithHttpEntryPoint;
|
|
import org.springframework.security.web.securechannel.RetryWithHttpsEntryPoint;
|
|
import org.springframework.security.web.securechannel.RetryWithHttpsEntryPoint;
|
|
import org.springframework.security.web.securechannel.SecureChannelProcessor;
|
|
import org.springframework.security.web.securechannel.SecureChannelProcessor;
|
|
|
|
+import org.springframework.security.web.util.AntUrlPathMatcher;
|
|
|
|
+import org.springframework.security.web.util.RegexUrlPathMatcher;
|
|
|
|
+import org.springframework.security.web.util.UrlMatcher;
|
|
import org.springframework.security.web.wrapper.SecurityContextHolderAwareRequestFilter;
|
|
import org.springframework.security.web.wrapper.SecurityContextHolderAwareRequestFilter;
|
|
import org.springframework.util.StringUtils;
|
|
import org.springframework.util.StringUtils;
|
|
import org.springframework.util.xml.DomUtils;
|
|
import org.springframework.util.xml.DomUtils;
|