Improve application endpoint reporting for GlassFish

2 URLs separated with slash without spaces looked very
bad and unreadable

Change-Id: I7a12d477aedbb6254b9d07b362b4a6810bbac150
This commit is contained in:
Stan Lagun 2015-04-15 04:19:56 +03:00
parent fc827e50b2
commit 42d8423a67

View File

@ -62,7 +62,7 @@ Methods:
- $._environment.reporter.report(
$this,
'GlassFish {0} is available at {1} (admin) and {2}/{3} (apps)'.format(
'GlassFish {0} is available at {1} (admin) and {2} + {3} (apps)'.format(
$.name, $adminEndpoints, $httpEndpoints, $httpsEndpoints))
Else:
- $._environment.reporter.report($this, 'GlassFish {0} has deployed but is not accessible from outside'.format($.name))