google-nomulus/javatests/google/registry/rdap
mountford 85f5535811 RDAP: Change data policy remark for redacted contacts
Changes the code to be in compliance with the RDAP Pilot Profile document,
which specifies:

1.4.11.  If permitted or required by an ICANN agreement provision, waiver, or Consensus Policy, an RDAP response may contain redacted registrant, administrative, technical and/or other contact information. If any information is redacted, the response MUST include a remarks member with title "Data Policy", type "object truncated due to authorization", a description containing the string "Some of the data in this object has been removed" and a links member with the elements rel:alternate and href indicating where the data policy can be found. An entity with redacted information MUST include the "removed" value in the status element.

We were using the "removed" status to indicate deleted contacts and inactive
registrars. Instead, we will now use "inactive", so that we can use "removed"
to indicated redaction.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=185039201
2018-02-20 15:33:31 -05:00
..
testdata RDAP: Change data policy remark for redacted contacts 2018-02-20 15:33:31 -05:00
BUILD Add dependencies on classes that are not in the default modules in JDK 9 2018-02-01 22:00:49 -05:00
RdapActionBaseTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdapDomainActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdapDomainSearchActionTest.java Add next page navigation for RDAP domain searches 2017-12-27 11:15:18 -05:00
RdapEntityActionTest.java RDAP: Change data policy remark for redacted contacts 2018-02-20 15:33:31 -05:00
RdapEntitySearchActionTest.java RDAP: Change data policy remark for redacted contacts 2018-02-20 15:33:31 -05:00
RdapHelpActionTest.java Put help information on the main page 2017-12-13 12:43:45 -05:00
RdapJsonFormatterTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
RdapMetricsTest.java Move metrics dependencies to artifacts under Maven groupId com.google.monitoring-client 2018-01-04 17:12:35 -05:00
RdapNameserverActionTest.java RDAP: Change data policy remark for redacted contacts 2018-02-20 15:33:31 -05:00
RdapNameserverSearchActionTest.java Add next page navigation for RDAP domain searches 2017-12-27 11:15:18 -05:00
RdapSearchActionTestCase.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RdapSearchPatternTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
RdapTestHelper.java RDAP: Change data policy remark for redacted contacts 2018-02-20 15:33:31 -05:00