-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Section 6.6 of "JAX-RS Version 2.0 Proposed Final Draft
February 21, 2013" reads "Execution chains for extension
points ContainerResponse and ClientResponse are sorted in descending order; the higher the number the
higher the priority. These rules ensure that response filters are executed in reversed order of request filters.".
However, RestEasy is processing response chain in ASCENDING order.