mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
RDAP: Add comments with specific directions from ICANN
ICANN clarified some errors in the operational profile. Luckily, we had already guessed that that's how things should be. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136081694
This commit is contained in:
parent
d355aebe01
commit
a033c03771
1 changed files with 11 additions and 5 deletions
|
@ -72,7 +72,11 @@ public class RdapIcannStandardInformation {
|
|||
static final ImmutableList<ImmutableMap<String, Object>> nameserverAndEntityBoilerplateRemarks =
|
||||
ImmutableList.of(CONFORMANCE_REMARK);
|
||||
|
||||
/** Required by ICANN RDAP Profile section 1.4.8 / 1.4.9, as interpreted. */
|
||||
/**
|
||||
* Required by ICANN RDAP Profile section 1.4.9, as corrected by Gustavo Lozano of ICANN.
|
||||
*
|
||||
* @see "http://mm.icann.org/pipermail/gtld-tech/2016-October/000822.html"
|
||||
*/
|
||||
static final ImmutableMap<String, Object> SUMMARY_DATA_REMARK =
|
||||
ImmutableMap.<String, Object> of(
|
||||
"title",
|
||||
|
@ -83,8 +87,11 @@ public class RdapIcannStandardInformation {
|
|||
"type",
|
||||
"object truncated due to unexplainable reasons");
|
||||
|
||||
|
||||
/** Required by ICANN RDAP Profile section 1.4.8 / 1.4.9, as interpreted. */
|
||||
/**
|
||||
* Required by ICANN RDAP Profile section 1.4.8, as corrected by Gustavo Lozano of ICANN.
|
||||
*
|
||||
* @see "http://mm.icann.org/pipermail/gtld-tech/2016-October/000822.html"
|
||||
*/
|
||||
static final ImmutableMap<String, Object> TRUNCATED_RESULT_SET_NOTICE =
|
||||
ImmutableMap.<String, Object> of(
|
||||
"title",
|
||||
|
@ -93,9 +100,8 @@ public class RdapIcannStandardInformation {
|
|||
ImmutableList.of("Search results per query are limited."),
|
||||
"type",
|
||||
"result set truncated due to unexplainable reasons");
|
||||
|
||||
|
||||
/** Truncation notice as a singleton list, for easy use. */
|
||||
static final ImmutableList<ImmutableMap<String, Object>> TRUNCATION_NOTICES =
|
||||
ImmutableList.of(TRUNCATED_RESULT_SET_NOTICE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue