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?