Skip to content

Log in error #935 - #437

Open
mariusmarin-dev wants to merge 4 commits into
mainfrom
session_fix_1
Open

Log in error #935#437
mariusmarin-dev wants to merge 4 commits into
mainfrom
session_fix_1

Conversation

@mariusmarin-dev

Copy link
Copy Markdown

No description provided.

@github-actions

github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown

Coverage Report

Overall Project 21.07% -0.08%
Files changed 2.76%

File Coverage
PgUsers.java 0.17% -2.78%
SameSiteCookieFilter.java 0% -19.72%
SessionValidator.java 0% -28.64%

@sonarqubecloud

Copy link
Copy Markdown

Cookie authCookie = containerRequestContext.getCookies().get(SEGUE_AUTH_COOKIE);
try {
if (authCookie != null && !isPartialLoginCookie(authCookie) && wasRequestValid(containerResponseContext)) {
jakarta.servlet.http.Cookie newAuthCookie = generateRefreshedSegueAuthCookie(authCookie);
}
Cookie authCookie = containerRequestContext.getCookies().get(SEGUE_AUTH_COOKIE);
try {
if (authCookie != null && !isPartialLoginCookie(authCookie) && wasRequestValid(containerResponseContext)) {
return;
}
if (Boolean.TRUE.equals(containerRequestContext.getProperty(INVALID_AUTH_COOKIE_PROPERTY))) {
httpServletResponse.addCookie(userAuthenticationManager.createAuthLogoutCookie());
try {
if (authCookie != null && !isPartialLoginCookie(authCookie) && wasRequestValid(containerResponseContext)) {
jakarta.servlet.http.Cookie newAuthCookie = generateRefreshedSegueAuthCookie(authCookie);
httpServletResponse.addCookie(newAuthCookie);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants