On 20 nov, 10:47, oleberre <[email protected]> wrote:
> Hi all.
>
> I had a look 
> tohttp://code.google.com/webtoolkit/doc/1.6/FAQ_Server.html#What_is_the...
> to try to understand how SOP works. In this article, there is mention
> of <module>-xs.nocache.js which is supposed to handle cross site
> problem. However, in my project, this file is not generated. I have
> only to <module>.nocache.js one. I am using GWT 1.7.1 by the way.
> Is this trick still valid ?

Yes

> If yes, how do you generate this -xs
> file ?

Add the following to your module:

   <add-linker name="xs" />

(not sure if the generated nocache.js will have the -xs suffix, but
it'll be the "xs" version, meaning that it can be loaded from a
different domain than the one the HTML page has been loaded from)

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=.


Reply via email to