Github user Graeme-Miller commented on the issue:
https://github.com/apache/brooklyn-server/pull/869
@aledsage did a quick investigation and it looks like you are right.
In AMP 4.8, our main.uri (which is highlighted in the UI) would be based
off of the host.subnet.hostname so would be publicly accessible.
With the change in https://github.com/apache/brooklyn-server/pull/849
host.subnet.hostname would be populated correctly, and would not be publicly
accessible.
I am happy to close this PR and revert
https://github.com/apache/brooklyn-server/pull/849 if you think that is the
right route?
---