Hello all,
We have observed a behavior change between 6.2.2 and 6.2.3/6.2.4, regarding forced renew.
Nothing obvious stands out in the 'git diff v6.2.2..v6.2.3'.
(I have not been able to bisect further and propose a fix: I still have not found the exact command line to build and deploy sucessfully from sources to my maven local repo. But this is another topic.).
In 6.2.2:
Result (as expected): the login UI shows ‘welcome back ‘user’, …’
In 6.2.3/6.2.4:
Same steps for 1/2/3
Result: the login UI does not show ‘welcome back ‘user’, …’
-> e.g. existingSingleSignOnSessionAvailable seems to be false in the context used by loginform.html
Bug reproduced with a very basic CAS overlay:
server.port=15446
server.address=127.0.0.1
server.ssl.enabled=false
server.servlet.context-path=/cas
cas.authn.accept.users=user::user
cas.logout.followServiceRedirects=true
cas.httpClient.allowLocalLogoutUrls=true
cas.service-registry.json.location=classpath:/services
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : ".*",
"name" : "ALL-SERVICES",
"id" : 10000001
}
D.
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
--