google-nomulus/java/google/registry/loadtest
nickfelt 1ac0832c79 Fix double-URL-encoding bug in LoadTestAction
This was inadvertently introduced in [] - the original code manually URL-encoded the XML, but the TaskOptions.param() method does that for you, so now we're double-URL-encoding the XML and as a result the actual /_dr/epptool invocation is failing with a syntax error (which was somewhat hard to diagnose, since it logs nothing and returns HTTP 200 in that case - to be fixed separately).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137321114
2016-11-02 15:19:34 -04:00
..
templates mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
BUILD Fix bugs in load test action so that it actually works 2016-10-24 11:57:00 -04:00
LoadTestAction.java Fix double-URL-encoding bug in LoadTestAction 2016-11-02 15:19:34 -04:00
LoadTestModule.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00