I found this issue http://markmail.org/message/535kwx47svi626om
I wonder if this is my issue as well. I am setting the nocache (even appended &nocache=1 to my service call) and it still doesn’t work. It really would be nice I could specify NO_CACHE on the RequestParameters. Or is the Pipeline changes I suggested earlier (only for the oauth2 flow) the right way to go? doug On Aug 21, 2014, at 9:58 AM, Davies,Douglas <davi...@oclc.org> wrote: > Stanton, > > Thanks for pointing me in the right direction. It does appear I have a > problem with my NO_CACHE setting. > > I do the following when rendering the gadget. > > renderParams[osapi.container.RenderParam.NO_CACHE] = true; > container.navigateGadget( gadgetSite, gadget.appUrl, {}, renderParams, > function(gadgetInfo) > > However I’m not seeing it set in MakeRequestHandler.java where it does > > req.setIgnoreCache("1".equals(getParameter(request, > Param.NO_CACHE.getKey(), null))); > > Looking into this. From looking at the code it does seem like all this > staleResponse and caching mumbo-jumbo should be bypassed if I get this set > right. > > Thanks, > doug