Skip to content
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

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

MiguelAHM
Copy link
Contributor

@MiguelAHM MiguelAHM commented Dec 13, 2024

Implementing section 3, "Relation Searches" of RIR Search RFC:
https://www.ietf.org/id/draft-ietf-regext-rdap-rir-search-13.html

@@ -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);
Copy link
Contributor

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 ?

Copy link
Contributor Author

@MiguelAHM MiguelAHM Jan 16, 2025

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."

Copy link
Contributor

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

@MiguelAHM MiguelAHM marked this pull request as ready for review January 17, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants