You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2011/08/18 09:30:27 UTC

[jira] [Created] (LOG4NET-305) Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0

Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0
-----------------------------------------------------------------

                 Key: LOG4NET-305
                 URL: https://issues.apache.org/jira/browse/LOG4NET-305
             Project: Log4net
          Issue Type: Sub-task
    Affects Versions: 1.2.10
            Reporter: Stefan Bodewig
            Assignee: Stefan Bodewig
             Fix For: 1.2.11


GetHostbyName doesn't work properly in IPv6 environments

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (LOG4NET-305) Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0

Posted by "Stefan Bodewig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4NET-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bodewig resolved LOG4NET-305.
------------------------------------

    Resolution: Invalid

GetHostByName is only called in code that is used in the 1.x target DLLs - and the alternative isn't vaialble there.

Just use log4net compiled for the correct target platform of 2.0.

> Use Dns.GetHostEntry rather than Dns.GetHostByName on .NET >= 2.0
> -----------------------------------------------------------------
>
>                 Key: LOG4NET-305
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-305
>             Project: Log4net
>          Issue Type: Sub-task
>          Components: Appenders, Builds
>    Affects Versions: 1.2.10
>            Reporter: Stefan Bodewig
>            Assignee: Stefan Bodewig
>             Fix For: 1.2.11
>
>
> GetHostbyName doesn't work properly in IPv6 environments

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira