Skip to content

Correct validation logic in CasAuthenticationToken - #19372

Merged
jzheaux merged 1 commit into
spring-projects:7.0.xfrom
ngocnhan-tran1996:gh-19368
Aug 13, 2026
Merged

jzheaux merged 1 commit into
spring-projects:7.0.xfrom
ngocnhan-tran1996:gh-19368

Conversation

@ngocnhan-tran1996

Copy link
Copy Markdown
Contributor

Closes gh-19368

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 23, 2026
Closes spring-projectsgh-19368

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
@jzheaux
jzheaux changed the base branch from main to 7.0.x August 13, 2026 17:44
@jzheaux jzheaux self-assigned this Aug 13, 2026
@jzheaux jzheaux added in: cas An issue in spring-security-cas type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 13, 2026
@jzheaux jzheaux added this to the 7.0.7 milestone Aug 13, 2026
@jzheaux
jzheaux merged commit 65a1099 into spring-projects:7.0.x Aug 13, 2026
7 checks passed
@jzheaux

jzheaux commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Thanks, @ngocnhan-tran1996! This is now merged into 7.0.x, 7.1.x, and main.

@ngocnhan-tran1996
ngocnhan-tran1996 deleted the gh-19368 branch August 14, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: cas An issue in spring-security-cas type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

credentials validation in CasAuthenticationToken.Builder uses Assert.notNull on a boolean instead of Assert.isTrue

3 participants