>From my experience, dynamic content is also cached if you set the
cache control headers.

On Sep 13, 9:25 am, Francois Masurel <fm2...@mably.com> wrote:
> Let me explain :
>
> I have potentially too many (> 3000) GWT generated files in my java
> application.  I've already packed all my java classes in a jar.
>
> So I made a zip of all these files and implemented a servlet to serve
> them dynamically.
>
> The servlet url-pattern matches an include path defined in my
> appengine-web.xml static-files block.
>
> The question is : will the files served by my servlet be cached on
> Google CDNs as supposed in this thread :
>
> http://groups.google.com/group/google-appengine/browse_thread/thread/...
>
> It doesn't seem to be the case as each time I purge my browser cache,
> the files are served again from my servlet.
>
> Thanx for your help.
>
> Francois

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to