Actions
Bug #11106
closedidn_to_ascii() with URL/URLTable aliases incorrect behavior
Start date:
11/26/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
idn_to_ascii() incorrectly converts some URLs,
for example it returns empty for "https://endpoints.office.com/endpoints/worldwide?clientrequestid=b10c5ed1-bad1-445f-b386-b919946339a7" URL (office365 ip range url)
it's more safe to use IDN only for 'host' type aliases (#7255, #10968) and inside URL/URLTable (#10321)
Updated by Viktor Gurov about 4 years ago
similar issue #10434
Fix:
https://gitlab.netgate.com/pfSense/pfSense/-/merge_requests/67
Updated by Jim Pingle about 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho about 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
- Target version set to 2.5.0
PR has been merged. Thanks!
Updated by Viktor Gurov about 4 years ago
- % Done changed from 0 to 100
Applied in changeset 314f78040af947193d24f83ed3240dde2cad4d67.
Updated by Viktor Gurov about 4 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20201206.0250 -
now it only converts IDN for host type aliases
Actions