mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
* 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 |
||
---|---|---|
.. | ||
operational-procedures | ||
admin-tool.md | ||
architecture.md | ||
authentication-framework.md | ||
code-structure.md | ||
coding-faq.md | ||
configuration.md | ||
developing.md | ||
first-steps-tutorial.md | ||
flows.md | ||
gradle.md | ||
install.md | ||
operational-procedures.md | ||
proxy-setup.md | ||
rdap.md | ||
registrar-faq.md |