users@jersey.java.net

[Jersey] Re: Debugging Jersey

From: Bobby Bissett <bbissett_at_gmail.com>
Date: Mon, 14 Dec 2015 14:41:15 -0500

On Mon, Dec 14, 2015 at 1:59 PM, jeff saremi <jeffsaremi_at_hotmail.com> wrote:

> I keep getting 405's when I submit requests to my jersey-grizzly app
>


From your output, you're getting 415s, not 405s. You're passing in
"ContentType: text/plain" -- does your endpoint understand that? For
instance, in a @Consumes annotation?

I know that doesn't answer your actual question, but maybe that's the
problem you're facing.

Cheers,
Bobby