Open
Description
Rob Winch opened DATACMNS-560 and commented
I've been working through Security and Reactor a bit and there are use cases with Security and Reactor that we want to avoid using a ThreadLocal. In these instances we calculate the SecurityContext
based upon arguments passed into methods.
For this reason, it would be good if the EvaluationContextExtension
had access to the existing properties (i.e. method arguments, annotations, etc) to allow determining the SecurityContext
from method arguments
Affects: 1.9 M1 (Evans)