1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 19:54:18 +00:00
Files
nomulus/docs
Ben McIlwain 9283cd263f Always validate domain name on allocation token (#498)
* Always validate domain name on allocation token

This is in response to a client-reported error, where they accidentally sent the
wrong domain name on a domain create that included an allocation token. What
should have happened (and that now happens as of this commit) is an error being
thrown that the allocation token does not match the domain name being created.
What happened instead was that, since the incorrectly submitted domain name was
not reserved, the create succeeded (as it would for all creates of unreserved
domains in GA) and the allocation token was redeemed, which is not what you'd
expect.

* Fix tests to reflect changed check behavior
2020-02-27 16:48:37 -05:00
..
2018-03-19 18:45:41 -04:00
2019-05-06 16:36:04 -04:00
2016-10-24 10:55:37 -04:00