Store Principal Name Index in the Hazelcast Session delta
Issue gh-1801
This commit is contained in:
committed by
Eleftheria Stein
parent
378ba6db2c
commit
661ecaf371
@@ -441,6 +441,7 @@ public class Hazelcast4IndexedSessionRepository
|
||||
.resolveIndexesFor(this);
|
||||
String principal = (attributeValue != null) ? indexes.get(PRINCIPAL_NAME_INDEX_NAME) : null;
|
||||
this.delegate.setAttribute(PRINCIPAL_NAME_INDEX_NAME, principal);
|
||||
this.delta.put(PRINCIPAL_NAME_INDEX_NAME, principal);
|
||||
}
|
||||
flushImmediateIfNecessary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user