-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug
Description
in the file :
org/springframework/security/config/annotation/web/HttpSecurityDsl.kt
the current definition is
public final inline fun <reified T : jakarta.servlet.Filter> addFilterBefore(filter: jakarta.servlet.Filter): kotlin.Unit
but it should be :
public final inline fun <reified T : jakarta.servlet.Filter> addFilterBefore(filter: T): kotlin.Unit
Metadata
Metadata
Assignees
Labels
status: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: bugA general bugA general bug