Nice debugging. On Mon, Aug 30, 2010 at 7:42 AM, Paul Lindner <[email protected]> wrote:
> The test output showed that the problem was incorrectly ordered query > params. I validated that the problem occurs only on Java 1.5. Therefore > it > had to be a HashMap iteration problem somewhere. So I poked around > UriBuilder and found one remaining use of HashMap and replaced it with > LinkedHashMap. > > On Sun, Aug 29, 2010 at 6:54 PM, Gagandeep singh <[email protected] > >wrote: > > > Could you also tell us how you found and fixed the problem ? > > > > On Mon, Aug 30, 2010 at 7:24 AM, Gagandeep singh <[email protected] > > >wrote: > > > > > Thanks for fixing this Paul. > > > > > > > > > On Mon, Aug 30, 2010 at 2:46 AM, Apache Hudson Server < > > > [email protected]> wrote: > > > > > >> See <https://hudson.apache.org/hudson/job/Shindig/1793/> > > >> > > >> > > >> > > > > > > > > > -- > Paul Lindner -- [email protected] -- linkedin.com/in/plindner >
