<@U4H0M349G> Thanks for 3.16 I got my custom filte...
# http4k
s
@dave Thanks for 3.16 I got my custom filter built and working however it relies on ServerFilters.InitialiseRequestContext which looks like it runs AFTER the filter in security. I don't want to put the initialiserequestcontext in the security filter because I need it to be run before other contracts as well and I assume that I need to ensure it doesn't get run twice. I really just want to ensure that initialiserequestcontext run first before anything. Is there a way to do that?