Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Defer print of headers until all WriterInterceptors are done #3794

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asmolich
Copy link

If a header is added in a javax.ws.rs.ext.WriterInterceptor, the header is not present in the output.
Fixed the behavior by deferring the read of the headers till the very end.

@asmolich asmolich changed the title Deferred print of headers until all Interceptors are done Defer print of headers until all WriterInterceptors are done Mar 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant