You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by ahgittin <gi...@git.apache.org> on 2017/09/08 09:32:22 UTC

[GitHub] brooklyn-server pull request #811: fix npe that can occur with WinRM when no...

GitHub user ahgittin opened a pull request:

    https://github.com/apache/brooklyn-server/pull/811

    fix npe that can occur with WinRM when no subnet IP

    do a better job of returning public IP but above all don't NPE

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ahgittin/brooklyn-server winrm-fix-attempt

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/811.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #811
    
----
commit 232925f21fa0414984752ed26b25185972a8a30c
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Date:   2017-09-08T09:31:17Z

    fix npe that can occur with WinRM when no subnet IP, do a better job of returning public IP but above all don't NPE

----


---

[GitHub] brooklyn-server issue #811: fix npe that can occur with WinRM when no subnet...

Posted by ahgittin <gi...@git.apache.org>.
Github user ahgittin commented on the issue:

    https://github.com/apache/brooklyn-server/pull/811
  
    note:
    
    * 32285720a098eef1769c202cadd12390d4ef1a7c fixed this for SshML but missed this
    * https://github.com/apache/brooklyn-server/pull/536 backported a fix including WinRM to 0.9 but missed master
    
    so this just fills those gaps


---

[GitHub] brooklyn-server pull request #811: fix npe that can occur with WinRM when no...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/811


---