- 
    
Task
 - 
    Resolution: Fixed
 - 
    
Blocker
 - 
    None
 
- 
        
 - 
        arctic, tasman
 
{urlConfig.getJenkinsRootURL()}} is never null and always returns a trailing slash
{/}in the case of dogfood urlConfig.getJenkinsRootURL() will always be {/}
. This causes the browser to call {{//i18n/resourceBundle?language=
{lng}&baseName={ns}} which says the double slash should match the protocol (http or https)I think the fix is:
const prefix = urlConfig.getJenkinsRootURL()
const loadPath = `${prefix}i18n/resourceBundle?language={lng}
&baseName=
{ns}`;
- relates to
 - 
                    
JENKINS-39846 REGRESSION: incorrect capitalisation and stop button not visible in running build due to i18n
-         
 - Closed
 
 -