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