Provide EndpointRequest for WebFlux-based Security

Closes gh-11022
This commit is contained in:
Madhura Bhave
2018-01-09 11:26:26 -08:00
parent 32557e4987
commit e57aafd63d
14 changed files with 785 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ import java.util.stream.Stream;
import javax.servlet.http.HttpServletRequest;
import org.springframework.boot.autoconfigure.web.ServerProperties;
import org.springframework.boot.security.ApplicationContextRequestMatcher;
import org.springframework.boot.security.servlet.ApplicationContextRequestMatcher;
import org.springframework.security.web.util.matcher.AntPathRequestMatcher;
import org.springframework.security.web.util.matcher.OrRequestMatcher;
import org.springframework.security.web.util.matcher.RequestMatcher;