Hello everyone,
I'm trying to make my webapp gwt visible to crawlers, following the 
excellent guide 
http://code.google.com/intl/it-IT/web/ajaxcrawling/docs/getting-started.html
I have done all that is indicated (meta tag in the head, fragment with!, 
servlet filter) but I have this problem:
servlet in the queryString is always null, also with the simplest url.
The only way to have a queryString not null, is to invoke a specific servlet 
different from the default:
I explain with to sample (from my site):

URL that don't work:
http://www.youtrail.com/#!home   
I try 
http://www.youtrail.com/?_escaped_fragment_=home
but from log I see that queryString is null 
(and on the browser I land on 
http://www.youtrail.com/?_escaped_fragment_=home#!home)

what is wrong? Why in my filter I saw always queryString null?

Thanks a lot and sorry for my bad english
Alessandro

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SW1MY1JiaUpXdk1K.
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-web-toolkit?hl=en.

Reply via email to