Or GWT hava already done it for me?For
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=Article_SecurityForGWTApplications.I
am not sure I have fully understanded this article.Is it tell us
except following case:
----------------------------------------------------------------------------------------------------------------------------
* Carefully inspect and strip or escape any strings you assign to
innerHTML using GWT code
* Carefully inspect any JavaScript strings you pass to GWT's JSON
parser
* Carefully inspect any strings you pass to eval or assign to
innerHTML via a JSNI method
* Take care in your native JSNI methods to not do anything that
would expose you to attacks
------------------------------------------------------------------------------------------------------------------------------
we do not need escape String from getText(),is that right?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---