diff --git a/config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpSecurityDsl.kt b/config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpSecurityDsl.kt index 551dfe97abf..630d1721dbb 100644 --- a/config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpSecurityDsl.kt +++ b/config/src/main/kotlin/org/springframework/security/config/annotation/web/configurers/HttpSecurityDsl.kt @@ -25,8 +25,6 @@ import org.springframework.security.oauth2.client.registration.ClientRegistratio import org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository import org.springframework.security.web.util.matcher.RequestMatcher import org.springframework.util.ClassUtils -import jakarta.servlet.Filter -import jakarta.servlet.http.HttpServletRequest /** * Configures [HttpSecurity] using a [HttpSecurity Kotlin DSL][HttpSecurityDsl].