users@jersey.java.net

[Jersey] How to reject all POST/PUT/DELETE requests

From: Pengfei Di <pengfei.di_at_match2blue.com>
Date: Thu, 26 Jan 2012 15:02:41 +0100

Hello,

Is there any way to configure jersey to a read-only mode? That means
only GET requests are allowed, and all POST/PUT/DELETE requests will be
rejected.
Thanks for any hints.

Pengfei