mantono
06/03/2019, 9:39 AMcall.respond(...)
. It seems that whenever I insert my feature to a PipelinePhase
it is either too early for the principal to have been processed (I can see for example that the Authorization
header is present, but principal
is null because it has not been set yet) or to late to make a response to the request. How do I solve this (in a good manner)?