Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] UriInfo ambiguity

Hi Rawand,

Do those two invocations not return the same value?

If you are using Jersey and you got different values, please provide us a reproducible test case, as our test case returns the same values.

Thanks,

Jan

On 07.01.2019 7:45, rawand takna wrote:
Hi All

shouldn't those two method invocations return same value?

*uriInfo.resolve*(URI.create("*xyz*")).toString();
*uriInfo.resolve*(URI.create("*/xyz*")).toString();

-Rawand

_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jersey-dev


Back to the top