Polish IpAddressAuthorizationManager

Closes gh-10577
This commit is contained in:
Josh Cummings 2023-12-08 13:27:39 -07:00
parent ea7c720ce7
commit 8a34e32a24
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import org.springframework.security.config.annotation.web.configurers.AuthorizeH
import org.springframework.security.core.Authentication
import org.springframework.security.web.access.intercept.AuthorizationFilter
import org.springframework.security.web.access.intercept.RequestAuthorizationContext
import org.springframework.security.web.server.authorization.IpAddressAuthorizationManager
import org.springframework.security.web.access.IpAddressAuthorizationManager
import org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher
import org.springframework.security.web.util.matcher.AnyRequestMatcher
import org.springframework.security.web.util.matcher.RequestMatcher

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.server.authorization;
package org.springframework.security.web.access;
import java.util.function.Supplier;