>
> Could anyone tell me that the generated <module>.nocache.js file is 
> vulnerable to attack or not?
>

An attacker will attack your server and not your js files (CSRF for 
example).

 

> And how do i prevent Cross Site Scripting attack from my gwt app? 
>

https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet

In GWT you would use SafeHtml, SafeUri and SafeStyles if you deal with user 
generated data that needs to be put into the DOM.


-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to