From: Martynas Jusevi?ius <martynas_at_graphity.org>
Date: Mon, 6 Aug 2012 12:29:59 +0300
Hey list,
I just upgraded from Jersey 1.5 to 1.13 and noticed a weird and
unexpected change.
My application is deployed at http://localhost:8080 base URI and uses
@Context UriInfo injected into resource constructor, which is then
passed to super class using super(uriInfo).
It gets even weirder -- when debugging, I see the resource constructor
being called a *second* time, with getBaseUri() having the expected
http://localhost:8080/ value, but the response has been already sent.