users@jersey.java.net

[Jersey] HTTPS, _at_Context, and UriInfo

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Mon, 3 Feb 2014 11:51:30 -0800

Can anyone think of any simple thing I may doing wrong that causes the
getAbsolutePath on a UriInfo gotten with @Context to use HTTP instead of
HTTPS? The call is made with HTTPS but in the method the absolute path that
I use to build a SEE OTHER returns HTTP.

Thanks!