mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00: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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user