users@jersey.java.net

Mixing OPTIONS implementations

From: Markus Karg <markus.karg_at_gmx.net>
Date: Wed, 23 Dec 2009 16:41:35 +0100

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?