mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +02:00
Check for an empty/null allocation token (#489)
* Check for an empty/null allocation token In addition, we should be returning an authorization exception for an invalid token, not a parameter syntax exception. See https://tools.ietf.org/html/draft-ietf-regext-allocation-token-04#section-2.1 * Add comment
This commit is contained in:
parent
ecf1721755
commit
05ed4fd849
3 changed files with 26 additions and 3 deletions
|
@ -324,7 +324,6 @@ An EPP flow that creates a new domain resource.
|
|||
* The checksum in the specified TCNID does not validate.
|
||||
* Domain name is under tld which doesn't exist.
|
||||
* 2005
|
||||
* The allocation token is invalid.
|
||||
* Domain name must have exactly one part above the TLD.
|
||||
* Domain name must not equal an existing multi-part TLD.
|
||||
* The requested fee is expressed in a scale that is invalid for the given
|
||||
|
@ -337,6 +336,7 @@ An EPP flow that creates a new domain resource.
|
|||
* 2103
|
||||
* Specified extension is not implemented.
|
||||
* 2201
|
||||
* The allocation token is invalid.
|
||||
* Only a tool can pass a metadata extension.
|
||||
* Registrar is not authorized to access this TLD.
|
||||
* Registrar must be active in order to perform this operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue