mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 13:07:50 +02:00
This solves the problem of external poll message IDs not being globally unique by simply appending the event year. This means that autorenew poll messages will increment by one every year, so they will always be unique. This also requires no data schema changes, and thus most importantly, no data migration. Incoming requests lacking this new year field will continue to work for now for backwards compatibility reasons. This is possible because we don't actually use the year for anything. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178012685 |
||
---|---|---|
.. | ||
poll.xml | ||
poll_ack.xml | ||
poll_ack_missing_id.xml | ||
poll_ack_response.xml | ||
poll_ack_response_empty.xml | ||
poll_response_autorenew.xml | ||
poll_response_contact_delete.xml | ||
poll_response_contact_transfer.xml | ||
poll_response_domain_pending_notification.xml | ||
poll_response_domain_transfer.xml | ||
poll_response_empty.xml | ||
poll_response_host_delete.xml | ||
poll_with_id.xml |