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

[jsr339-experts] Re: [jax-rs-spec users] Re: Re: Re: Re: Need clarification on Section 6.7

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 1 Feb 2013 17:42:10 +0100

I see what you mean. Feel free to file a Jira issue so that we can consider it in 2.1 timeframe.

Thank you,
Marek

On Feb 1, 2013, at 5:24 PM, Sergey Beryozkin <sberyozkin_at_talend.com> wrote:

> Yes, I agree it makes sense in most cases to support it.
> I think there could be some issues though like double logging or similar, etc, when the response filter which throws the exception has been prioritized to be after such filters like logging one, etc.
> The user might see for example from the in & out loggers:
>
> Request: a
> Response: aResponse
> Response: aResponse2 or even aResponse
>
> May be it is negligible this issue. Perhaps it can make sense to consider adding an annotation like @NonReentrant or similar either for 2.0 or 2.1 if the group agrees it can be warranted. I'm easy either way
>
> Cheers. Sergey