Saml2LogoutRequest constructor should check for null values #12775
Labels
in: saml2
An issue in SAML2 modules
type: breaks-passivity
A change that breaks passivity with the previous release
type: enhancement
A general enhancement
Inspired by #12539
The constructor in
Saml2LogoutRequest
does not check if the parameters received are not nullExpected behavior:
The constructor should use
Assert.notNull
and related to check if the parameters are validThe text was updated successfully, but these errors were encountered: