users@jersey.java.net

Re: [Jersey] Mixing OPTIONS implementations

From: Moises Lejter <moilejter_at_gmail.com>
Date: Wed, 23 Dec 2009 10:18:25 -0600

Would a servlet filter do what you want?

Moises

On Wed, Dec 23, 2009 at 9:41 AM, Markus Karg <markus.karg_at_gmx.net> wrote:

> JAX-RS is automatically responding to OPTIONS requests as soon as
> @OPTIONS is provided with a resource. To prevent typing lots of Allow
> headers, is there a simple way to "mix" my own headers with the automatic
> OPTIONS processing of JAX-RS?
>