Hi,
I have a servlet filter on /* (everything). It does not get called
when I access a static file that exists in a public folder.

A couple of questions:

1.      Are static files part of the normal servlet pipeline?

2.      When I configure appengine-web.xml to cache certain files such as
<static-files>
        <include path="/**.js" expiration="10d" />
</static-files>
and I generate JS files dinamically via a servlet, do they get into
the CDN and cached in the CDN for 10 days (assuming they are used)?

Thanks

-- 
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.

Reply via email to