-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
in: coreIssues related to config and core supportIssues related to config and core supportin: webIssues related to web handlingIssues related to web handlingtype: enhancementA general enhancementA general enhancement
Milestone
Description
For Spring Security support on Spring MVC, we'll need context propagation.
Initially the request is on a Servlet container thread with ThreadLocal context, then it passes through the Reactor web interception chain before getting to GraphQL
where DataFetcher
s are invoked and those would be expected to be imperative but also potentially reactive.
We'll need to assist with context propagation for this to work seamlessly. It will probably involve some mechanism that enables Spring Security or others to help decide which ThreadLocal context to propagate.
Metadata
Metadata
Assignees
Labels
in: coreIssues related to config and core supportIssues related to config and core supportin: webIssues related to web handlingIssues related to web handlingtype: enhancementA general enhancementA general enhancement