users@jersey.java.net

Re: Faking PUT, etc. over POST

From: Laird Nelson <ljnelson_at_gmail.com>
Date: Tue, 13 Apr 2010 16:16:02 -0400

On Tue, Apr 13, 2010 at 4:09 PM, Laird Nelson <ljnelson_at_gmail.com> wrote:
> I'm curious about taking in a form submission from a browser that is
> *logically* supposed to be a PUT operation but that comes in as a
> POST.

I see from https://jersey.dev.java.net/nonav/apidocs/latest/jersey/com/sun/jersey/api/container/filter/PostReplaceFilter.html
that this must be what Paul was talking about. However, it still has
a TODO section that implies that the query string parameter support
here is not yet done. Is that accurate?

Best,
Laird