avaje-http icon indicating copy to clipboard operation
avaje-http copied to clipboard

Ordering of filters and weight of http features

Open re-thc opened this issue 1 year ago • 4 comments

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!

re-thc avatar Oct 01 '24 09:10 re-thc