users@jersey.java.net

Re: [Jersey] Web applications using XMLHttpRequest and JAX-RS REST/JSON Web Services

From: Eduardo Pérez Ureta <edpeur_at_gmail.com>
Date: Mon, 10 Nov 2008 20:26:06 +0000

Like Josh:
http://joshdevins.blogspot.com/2008/10/jax-rs-woes-continue.html
I would like to send a text/plain response with a message when I
output a 401 Unauthorized response. Is there a way to do that with
JAX-RS ?

Craig McClanahan wrote:
> Are there particular aspects of CSRF that you are concerned about?
No, I just wanted to know if there is a defacto standard way to do
that using JAX-RS

Eduardo