avaje-http
avaje-http copied to clipboard
Ordering of filters and weight of http features
Hi, in using @filter is there a way to specify the order? The helidon docs says that they get applied based the order they're added to Helidon. Is that then based on how we add the beans / HttpFeature? There's no way at the moment to sort it in some specific order.
More generally speaking, filters and controllers create Http Features, which have weights that impact ordering. Is there any way to set this?
Also is each controller a HttpFeature? Can we group things?
Thanks!