users@jersey.java.net

Re: [Jersey] Firefox making multiple GET requests against a resource - any idea why?

From: Alex Bleasdale <rhodlite78_at_yahoo.co.uk>
Date: Thu, 12 Nov 2009 12:13:36 -0800 (PST)

Hi,

The "double get" issue (in Firefox) seems to be a result of creating a
CacheControl Object, then setting either:

cc.setNoCache(true);
cc.setNoStore(true);

If I leave both of them out, the problem seems to go away. Anyone on this
forum know why setting either of these values to true would cause this
behaviour?

Thanks,
A
-- 
View this message in context: http://n2.nabble.com/Firefox-making-multiple-GET-requests-against-a-resource-any-idea-why-tp3994046p3995264.html
Sent from the Jersey mailing list archive at Nabble.com.