1 file updated
This commit is contained in:
parent
e0fadab08b
commit
e269ae17ce
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue