users@jersey.java.net

[Jersey] Re: request.getUserPrincipal()

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 09 May 2012 10:27:59 +0200

Hello,

this is weird. Are you sure that the only difference is the http method?
Can you share more info about your setup or ideally share reproducible
test case?

Thanks,
Pavel

On 4/20/12 4:42 PM, juchems_mark_e_at_cat.com wrote:
> When I write a POST and it is executed, request.getUserPrincipal()
> returns a null and not the logon id. I am using Basic Auth and it
> works fine on Gets, but not Posts..
>
> Any reason for this?
>