mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
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