users@jersey.java.net

[Jersey] Re: RequestURI vs AbsolutePath

From: Ted M. Young [_at_jitterted] <tedyoung_at_gmail.com>
Date: Thu, 6 Feb 2014 12:21:06 -0800

The Request URI includes any query parameters or fragments (#) segments.
The Absolute Path is the same, but does not include the query parameters
and fragments.

;ted
--
http://about.me/tedmyoung
On Thu, Feb 6, 2014 at 12:07 PM, Robert DiFalco <robert.difalco_at_gmail.com>wrote:
> I need a little guidance here? I'm not sure I understand the difference
> between UriInfo#getAbsolutePathBuilder and UriInfo#getRequestUriBuilder.
> When would I use one over the other?
>
> TIA
>