hello,
I test the new sdk, and I see that we now add a expiration attribut in
the include tag in appengine-web.xml to set the expiration cache time.
But it's not seems to work .
My appengine-web.xml :
<static-files>
<include path="/ressource/css/*.css" expiration="10d"></
include>
<include path="/ressource/css/img/*.*" expiration="10d"></
include>
<exclude path="**/*.gwt.rpc"/>
</static-files>
When I deploy on internet, the header of all css and img file is :
Cache-Control: max-age=0
Has anybody try to do works it ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-java?hl=en
-~----------~----~----~----~------~----~------~--~---