Hi, all,
I am writing a GAE/GWT application and trying to set up the SEO/crawler handling, so that :
http://xxx.appspot.com/?_escaped_fragment_=PageNamecan be caught in the filter , in order to serve the cached GWT pages.
However, the filter doesn't seem to be catching the request,even though it sets to url-pattern as /*
I didn't have this problem when deploying to a non-cloud environment , i.e. tomcat server on a standalone system.
Does anyone have a suggest for this? GWT/GAE/SEO should work :-)
Thanks!
maq