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
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 an expiration date (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,....)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---