Skip to main content

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

Hi All

shouldn't those two method invocations return same value?

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

-Rawand

Back to the top