Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for eclipse-ee4j#25141 - random 403 responses
The securityContext is stateful, cannot be shared among requests. RealmAdapter stores the principal from request to it. We need to create a copy of the default context for each request instead of using the shared default context.
- Loading branch information