#1426 net.connect / resolvers do not perform IDNA transform
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Status-Fixed
Type-Defect
Priority-Medium
Zash
on
What steps will reproduce the problem?
1. net.http.request("http://ツ.example.net/", ...)
2. observe DNS requests done
3. ignore actual HTTP result
What is the expected output?
DNS requests for xn--bdk.example.net
What do you see instead?
DNS requests for ツ.example.net
What version of the product are you using? On what operating system?
0.11.2
Please provide any additional information below.
What steps will reproduce the problem? 1. net.http.request("http://ツ.example.net/", ...) 2. observe DNS requests done 3. ignore actual HTTP result What is the expected output? DNS requests for xn--bdk.example.net What do you see instead? DNS requests for ツ.example.net What version of the product are you using? On what operating system? 0.11.2 Please provide any additional information below.
Fixed in https://hg.prosody.im/trunk/rev/94c9c574cd8a.
ChangesThis also fixes s2s with IDNA hosts in trunk