mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
RDAP: Display truncation notice for large entity result sets
The ICAAN Operational Profile dictates that a notice be added to the RDAP search results response when there are more objects than the server's chosen result set size. This CL (hopefully the last one) handles the fixes for entity (contact and registrar) searches. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135494283
This commit is contained in:
parent
49fd75300e
commit
b224a90a4c
10 changed files with 1354 additions and 29 deletions
|
@ -128,8 +128,7 @@ public class RdapNameserverSearchAction extends RdapActionBase {
|
|||
return RdapSearchResults.create(
|
||||
ImmutableList.of(
|
||||
RdapJsonFormatter.makeRdapJsonForHost(
|
||||
hostResource, false, rdapLinkBase, rdapWhoisServer, now, OutputDataType.FULL)),
|
||||
false);
|
||||
hostResource, false, rdapLinkBase, rdapWhoisServer, now, OutputDataType.FULL)));
|
||||
// Handle queries with a wildcard, but no suffix. There are no pending deletes for hosts, so we
|
||||
// can call queryUndeleted.
|
||||
} else if (partialStringQuery.getSuffix() == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue