mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
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:
parent
2e81de9954
commit
8e5bd45976
3 changed files with 70 additions and 18 deletions
|
@ -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",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue