I think this is a bug, so i've created an issue : http://code.google.com/p/googleappengine/issues/detail?id=732
On 22 sep, 23:23, Sylvain <[EMAIL PROTECTED]> wrote: > Yes, it's true but the parent page gets a now + 30 minutes > :http://testgapp.appspot.com/nppEvndmbnDzp7vgeVQoc3ygG2okoD > > And it's random too. Most of the time, i've got a "no cache"expirationdate. > > EDIT : > > I've just tested it again and now i've got a now + 1 day > ?http://testgapp.appspot.com/npNzEvfzroQOQTb5tbLjFL61O8tTY4 > > So if I click the "dashboard" link : it never refreshes during 1 day. > It was the exact same thing with my app. > > Regards. > > On 22 sep, 22:35, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 22, 2008 at 7:33 PM, Sylvain <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Yes, i thought is was an issue with the app.yaml. So, i've removed it > > > ('default_expiration'.). > > > But this bug continues. > > > > One important thing : it is random. And to raise it, it was sometimes > > > hard/long. > > > > If the Dashboad is a GAE app (like ours), it has the bug too. > > > > Check these images : I've reproduced this bug for the Dashboard. > > > >http://testgapp.appspot.com/np1LN6q53sFd5P2SocyNyvCAHnnvnt > > > That url is to the Google Chart API. For a given set of URL params the > > chart should never change so it doesnt matter what the expires is. If > > the chart needs updating the URL will change which will defeat the > > cache. For a chart it only matters what the parent pages caching is > > like. > > > >http://testgapp.appspot.com/nppEvndmbnDzp7vgeVQoc3ygG2okoD > > > > For my app, I've removed this bug by adding : > > > > <meta http-equiv="Expires" content="0" /> > > > <meta http-equiv="Cache-Control" content="no-cache" /> > > > <meta http-equiv="Pragma" content="no-cache" /> > > > > Regards > > > > On 22 sep, 20:00, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > > >> Hi Sylvain, > > > >> My simple 'Hello World' with the Cache-Control set seems to always set > > >> this > > >> header as expected, so if you could point me to a URL in your application > > >> that you have noticed this behavior, this will help us pinpoint where > > >> this > > >> might be occurring. > > > >> Also, do you set any expirations explicitly in your app.yaml file? > > > >> I am looking in to the report of the same issue on the admin console. > > > >> Thanks, > > >> Marzia > > > >> On Fri, Sep 19, 2008 at 11:42 PM, Sylvain <[EMAIL PROTECTED]> wrote: > > > >> > Since 1.1.3, my pages randomly get anexpirationdate (now + 1 day) > > > >> > Strange because by default a reponse is __init__ with this : > > >> > self.headers['Cache-Control'] = 'no-cache' > > > >> > So it should never happend. > > > >> > I don't know if there is a link but the new Dashboard has the same > > >> > issue. Sometimes, I have to force a refresh to get the new values > > >> > (quota, image,....) > > > -- > > Barry > > > -www.nearby.org.uk-www.geograph.org.uk- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
