-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RDAP Relation extension #1608
base: master
Are you sure you want to change the base?
Conversation
whois-api/src/main/java/net/ripe/db/whois/api/rdap/RdapObjectMapper.java
Outdated
Show resolved
Hide resolved
whois-api/src/main/java/net/ripe/db/whois/api/rdap/RdapRelationService.java
Outdated
Show resolved
Hide resolved
whois-api/src/main/java/net/ripe/db/whois/api/rdap/domain/RelationType.java
Outdated
Show resolved
Hide resolved
whois-rpsl/src/main/java/net/ripe/db/whois/common/rpsl/attrs/InetnumStatus.java
Outdated
Show resolved
Hide resolved
whois-rpsl/src/main/java/net/ripe/db/whois/common/rpsl/attrs/Inet6numStatus.java
Outdated
Show resolved
Hide resolved
whois-commons/src/main/java/net/ripe/db/whois/common/etree/NestedIntervalMap.java
Outdated
Show resolved
Hide resolved
@@ -183,6 +185,7 @@ public Object mapSearch(final String requestUrl, final List<RpslObject> objects, | |||
|
|||
final RdapObject rdapObject = mapCommonNoticesAndPort(searchResult, requestUrl); | |||
mapCommonLinks(rdapObject, requestUrl); | |||
includeRirSearchConformance(rdapObject, requestUrl); | |||
return mapCommonConformances(rdapObject); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This conformance should be included if it is a RIR search ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Jira says
"Always return the "rirSearch1" extension on all responses."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that is the case we should add all conformance to every rdap response but we do not. For ex: we add geofeed Conformance only if it is Ip request . I think we need to be consistent about it. Let's discuss it with Ed
Implementing section 3, "Relation Searches" of RIR Search RFC:
https://www.ietf.org/id/draft-ietf-regext-rdap-rir-search-13.html