In the Python Runtime, yes:
http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers
see the section on "static file pattern handlers"

In the Java Runtime, no, at least for the moment. I put in a feature
request here: http://code.google.com/p/googleappengine/issues/detail?id=2070

- donovan

On Jun 12, 1:44 pm, George  Moschovitis <[email protected]>
wrote:
> Is it possible to apply url rewriting rules to static content?
> Example mappings:
>
> http://sub.myapp.com/*->http://www.myapp.com/sub/*http://www.myapp.com/**/*->http://www.myapp.com/**/*.html
>
> I can easily apply such mappings for dynamic content (using some kind
> of middleware/filter). Is this possible for static files?
>
> thanks,
> -g.
>
> --http://www.appenginejs.org

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

Reply via email to