How do I handle a Expect header in Jersey? Is this beyond the scope of
Jersey (may be JAX-RS) and should be handled by the web server. Grizzly has
a known bug [1].
I do see the response status [2] defined in ClientResponse.Status used when
the expectation fails. But, not sure how this status could be sent from a
resource.