jersey icon indicating copy to clipboard operation
jersey copied to clipboard

Defer print of headers until all WriterInterceptors are done

Open asmolich opened this issue 6 years ago • 0 comments

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 avatar Mar 29 '18 19:03 asmolich