users@jersey.java.net

[Jersey] request.getUserPrincipal()

From: <juchems_mark_e_at_cat.com>
Date: Fri, 20 Apr 2012 14:42:24 +0000 (GMT)

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?