mirror of
https://github.com/google/nomulus.git
synced 2025-05-18 02:09:35 +02:00
Per EPP RFC 5730, the <clTRID> element is optional. However, we weren't handling it not being specified in asynchronous contact/host deletions because we were adding it directly as a parameter value on a task, which does not allow null and thus threw a NullPointerException. This fixes handling for nulls (the parameter isn't set at all) and adds a test. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194123259 |
||
---|---|---|
.. | ||
host_check.xml | ||
host_check_50.xml | ||
host_check_51.xml | ||
host_check_response.xml | ||
host_create.xml | ||
host_create_response.xml | ||
host_delete.xml | ||
host_delete_no_cltrid.xml | ||
host_delete_response.xml | ||
host_delete_response_no_cltrid.xml | ||
host_info.xml | ||
host_info_response.xml | ||
host_info_response_linked.xml | ||
host_info_response_superordinate_clientid.xml | ||
host_update.xml | ||
host_update_add_status.xml | ||
host_update_metadata.xml | ||
host_update_name_unchanged.xml | ||
host_update_prohibited_status.xml | ||
host_update_remove_client_update_prohibited.xml | ||
host_update_response.xml |