spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

Duplicate PRINCIPAL_NAME_INDEX_NAME

Open d3bt3ch opened this issue 1 year ago • 1 comments

We are developing our own repository extension for storing spring session. In the spring codebase there are two PRINCIPAL_NAME_INDEX_NAME constants, one being the FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME and the other is ReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME. In all the spring session repository implementations FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME is used to extract the principal. What is the use of ReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME ?

d3bt3ch avatar Dec 28 '24 16:12 d3bt3ch