1 file updated

This commit is contained in:
haburger 2025-01-27 16:30:31 +00:00
parent e0fadab08b
commit e269ae17ce
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (inargs['recovery'] != null && inargs['recovery'] == 'recovery' ) {
def s = request.getAuthSession(true)
def sessionKeySet = new HashSet(session.keySet())
sessionKeySet.each { key ->
if ( key ==~ /.*Recovery_redirectAgovMe-session-participants\.*/ ) {
if ( key ==~ /.*Recovery_redirectAgovMe-session-participants.*/ ) {
LOG.info("Deleted session attribute '${key}'")
s.removeAttribute(key)
}