You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Timothy A. Bish (Jira)" <ji...@apache.org> on 2022/11/28 21:32:00 UTC

[jira] [Created] (PROTON-2656) [proton-dotnet] Loopback IP Address lookup can fail on some systems

Timothy A. Bish created PROTON-2656:
---------------------------------------

             Summary: [proton-dotnet] Loopback IP Address lookup can fail on some systems
                 Key: PROTON-2656
                 URL: https://issues.apache.org/jira/browse/PROTON-2656
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-dotnet
    Affects Versions: proton-dotnet-1.0.0-M6
            Reporter: Timothy A. Bish
            Assignee: Timothy A. Bish
             Fix For: proton-dotnet-1.0.0-M7


When resolving an IP Address from the string form the client uses a DNS entry lookup but for some addresses like local host (127.0.0.1) the DNS entry returned can contain the machine address first which matches the basic criteria and is hard to validate isn't what was intended based on the limited API.  We can first attempt a straight parse for raw IP Address vs a host name value and use the raw parsed value as truth instead of going to the DNS lookup API.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org