I resolved my issue, maybe sb will need help with that. The problem was the default expiration time. I put sth like that into my appengine-web.xml: <static-files> <include path="/**.js" expiration="7d" /> <include path="/**.css" expiration="7d" /> </static-files>
and the proxy from my work stop to request for the static content. Regards Jacek -- 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 google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.