google-nomulus/javatests/google/registry/request
nickfelt 2353bcd8c5 Cut over to generating new HMAC-based XSRF tokens
This is the second step of migrating to our new XSRF token format.  The
first step ([] made validate() start accepting new tokens
(basically, dual-read).  This step cuts over our "writing" to write the
new token format.  The third and final step will drop support for
validating the old token format (back to single-read).  We'll do that
in a subsequent push so that we don't invalidate all the current XSRF
tokens that people might have in their browsers.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149790648
2017-03-13 11:22:56 -04:00
..
auth Cut over to generating new HMAC-based XSRF tokens 2017-03-13 11:22:56 -04:00
BUILD Make first pass at new OAuth-aware server authentication framework 2017-02-14 11:59:19 -05:00
JsonResponseTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RequestHandlerTest.java Cut over to generating new HMAC-based XSRF tokens 2017-03-13 11:22:56 -04:00
RequestModuleTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RequestParametersTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResponseImplTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RouterTest.java Make Router reject classes with no @Action-returning methods 2017-02-27 11:16:30 -05:00