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

Punycode domains not working #1588

Closed
devvick opened this issue Oct 23, 2024 · 2 comments
Closed

Punycode domains not working #1588

devvick opened this issue Oct 23, 2024 · 2 comments
Labels

Comments

@devvick
Copy link

devvick commented Oct 23, 2024

Describe the bug
I cannot add a URL with punycode domain as feed.

To Reproduce
Steps to reproduce the behavior:

  1. Try adding https://xn--gckvb8fzb.com/index.xml as feed.
  2. 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):

  • self-hosted (official Docker image -jvm version)
    CommaFeed version 5.3.3 (a337b01).

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
@Athou
Copy link
Owner

Athou commented Oct 23, 2024

I released 5.3.4 with a fix for this, thank you for the bug report!

@Athou Athou closed this as completed Oct 23, 2024
@devvick
Copy link
Author

devvick commented Oct 23, 2024

Thank you, that was incredibly fast 💨

@Athou Athou added the bug label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants