|
@@ -29,7 +29,6 @@ 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.config.annotation.ObjectPostProcessor;
|
|
import org.springframework.security.config.annotation.ObjectPostProcessor;
|
|
import org.springframework.security.config.annotation.web.HttpSecurityBuilder;
|
|
import org.springframework.security.config.annotation.web.HttpSecurityBuilder;
|
|
-import org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.AuthorizedUrl;
|
|
|
|
import org.springframework.security.web.access.intercept.DefaultFilterInvocationSecurityMetadataSource;
|
|
import org.springframework.security.web.access.intercept.DefaultFilterInvocationSecurityMetadataSource;
|
|
import org.springframework.security.web.access.intercept.FilterInvocationSecurityMetadataSource;
|
|
import org.springframework.security.web.access.intercept.FilterInvocationSecurityMetadataSource;
|
|
import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher;
|
|
import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher;
|
|
@@ -362,4 +361,4 @@ public final class UrlAuthorizationConfigurer<H extends HttpSecurityBuilder<H>>
|
|
return this.requestMatchers;
|
|
return this.requestMatchers;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|