jersey
jersey copied to clipboard
Defer print of headers until all WriterInterceptors are done
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.