We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I cannot add a URL with punycode domain as feed.
To Reproduce Steps to reproduce the behavior:
Error: jakarta.ws.rs.WebApplicationException: マリウス.com: Name or service not known
Expected behavior Able to add a punycode domain as feed
Environment (please complete the following information):
Additional info The domain is resolvable from the same host:
$ drill xn--gckvb8fzb.com ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 6792 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; xn--gckvb8fzb.com. IN A ;; ANSWER SECTION: xn--gckvb8fzb.com. 300 IN A 143.244.50.83
The text was updated successfully, but these errors were encountered:
add support for Internationalized Domain Names (#1588)
f3d2808
I released 5.3.4 with a fix for this, thank you for the bug report!
Sorry, something went wrong.
Thank you, that was incredibly fast 💨
No branches or pull requests
Describe the bug
I cannot add a URL with punycode domain as feed.
To Reproduce
Steps to reproduce the behavior:
Error: jakarta.ws.rs.WebApplicationException: マリウス.com: Name or service not known
Expected behavior
Able to add a punycode domain as feed
Environment (please complete the following information):
CommaFeed version 5.3.3 (a337b01).
Additional info
The domain is resolvable from the same host:
The text was updated successfully, but these errors were encountered: