Fix bugs in load test action so that it actually works

This adds XSRF tokens so that the epptool request succeeds, adds better logging for debugging load test requests, adds better validation, and improves documentation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136885117
This commit is contained in:
mcilwain 2016-10-21 16:08:41 -07:00 committed by Ben McIlwain
parent 2e81de9954
commit 8e5bd45976
3 changed files with 70 additions and 18 deletions

View file

@ -21,6 +21,7 @@ java_library(
"//third_party/java/servlet/servlet_api",
"//java/google/registry/config",
"//java/google/registry/request",
"//java/google/registry/security",
"//java/google/registry/util",
],
)