You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty nasty issue we have come across as well.
We were using Server Side Sorting with one search and it gets persisted on the pooled context. I understand, that this is a side effect of how things work, but this needs to be added as a warning to MutablePoolingContextSource JavaDoc and pooling documentation. When someone mutates the context, the context needs to be either discarded (not sure if possible) or it has to be mutated back before returning it to the pool (i.e. before closing it)... to be honest the architecture of all related components are not offering many tools to handle this and using MutablePoolingContextSource should probably be discouraged at the moment.
java 1.8
spring boot: 2.0.3.RELEASE
spring-ldap-core: 2.3.2.RELEASE
When I use DirSync cookie for control response in one request,
it seems that all other requests called using this ContextSource start using DirSync
test:
If I call normal search after dirSync search I cannot get memberOf attribute any more
The text was updated successfully, but these errors were encountered: