gwt /
gwt /
5a449bcfa167d92fa2b9e79c8b9499b0114ec486 Rolling back, need to figure out why XsrfToken is excluded by type filter.
This change adds couple of things:
- abstract class which calls abstract XSRF token validation method based on
annotations (@XsrfProtect, @NoXsrfProtect).
- GWT RPC XSRF protection based on the above class, which derives XSRF token
from session cookie by computing MD5 over the cookie's value. Token can be
obtained from XsrfTokenService and must be set on client RPC endpoint via
HasRpcToken interface.
Review at http://gwt-code-reviews.appspot.com/1251801
Review by: jat@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9658 8db76d5a-ed1c-0410-87a9-c151d255dfc7
25 files changed