You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug encountered while testing for v2023.1 (see #410 (comment)).
Step to reproduce:
populate the input with an IDN domain such as réussir-en.fr
open the options
click on "Fetch NS from parent zone"
see the popup "No data found for the zone."
Expected behavior:
Data should be retrieved for the given zone.
I digged a little bit into this, and it looks like the Backend does not convert the input domain in lookup_delegation_data.
Should the client send a converted domain or should we let the Backend handle the conversion. Since the Backend can be used by multiple clients, I think the conversion should be done there. Maybe this issue should be moved in Zonemaster-Backend as well.
The text was updated successfully, but these errors were encountered:
ghost
added
the
T-Bug
Type: Bug in software or error in test case description
label
May 31, 2023
Bug encountered while testing for v2023.1 (see #410 (comment)).
Step to reproduce:
réussir-en.fr
Expected behavior:
Data should be retrieved for the given zone.
I digged a little bit into this, and it looks like the Backend does not convert the input domain in
lookup_delegation_data
.Should the client send a converted domain or should we let the Backend handle the conversion. Since the Backend can be used by multiple clients, I think the conversion should be done there. Maybe this issue should be moved in Zonemaster-Backend as well.
The text was updated successfully, but these errors were encountered: