jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Ordering of global and name-bound filters

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Thu, 13 Sep 2012 12:17:24 +0100

When selecting the filters to be run, before a given selected resource
method is invoked, what priority should be given to global filters as
opposed to name-bound ones ?

I know BindingPriority is there, but should name-bound filters be run
first, and global filters afterwards, no matter of what their individual
priorities are ?

I don't have any particular case in mind, but may be name-bound filters
may be seen as more specific to global filters.

Sergey