-
Notifications
You must be signed in to change notification settings - Fork 26
Notice
forumbyr edited this page Jul 16, 2014
·
15 revisions
- Duplicated records are displayed only one time for status and roles fields, but not for other fields.
- NFKC is provided only in the domain and nameserver query or search,and these parameters are stored in the database after formatted by NFKC,and all letters must be lowercase.
- For unicode character in domain and nameserver search,query them directly instead of encode by punycode.
- For [tel] field in {vcard} section and is irregular,it is not displayed.
If it is in {entity} section,the rule is:
- <1> MUST start with +
- <2> contains one digital number at least
- <3> composed of - . ( ) and digital number after +
- <4> composed of - . ( ) and digital number in extention part
- For [entities] nested in {entity},if the inner entity is the same with the outer entity,we do not display it.
- For the space character before or after the url parameter in querying {entity}, we trim the space.
- Count the reverse domain in the nameserver as the common domain, that is, not query reverse nameserver by its original-network.
- For redirection to multi-ip,display only one in the return Header Location.The only one is the first item of the result which queried from database.
- Redirect: For domain and nameserver query,if the url parameter does not belong to a registry,redirect it. For ip and autnum query,if it does not exist in the database,redirect it. If the url which is redirected is the same with your server,return 404.Otherwise,return 301.
- If the [ref] field value is "self" or "related",the [type] field value MUST be "application/rdap+json". The source data provider MUST keep this relationship correctly.
- 'description' is required in Notices ,remarks,help.Once the fields value from RDAP_NOTICE is unconsistent with the ones from RDAP_NOTICE_DESCRIPTION,the description field will not be displayed.
- NOTICE: if the source data from database is unconsistent with the requirement,we still display them.
- It is suggested that / ? and * characters can not be displayed in [handle] and [fn] field when query entity.
- If the high ip address in ipv6 is NULL in the database,this item is not considered as a query result.
So is the case which the low ip address in ipv4 is larger than
2 to the power of 32
.
- The policy configuration will be functional after restart the system. If a field which is required is also in the policy configuration,the field still complies with policy. It is strongly suggested that do not put the required field in the policy.
- Conformance and errormessage service will take effect after restart the system.
- The system does not verify the HTTP version.
- The system does not support the share of resource cross-domain.
- Tested Operating environment:Red Hat Enterprise Linux Server release 5.3; CentOS release 5.7; Windows7; Windows8