Compare commits

...

1 Commits

Author SHA1 Message Date
Maksym Sheverda
cb8ebc82ec TESB-29664 Reverting changes 2020-07-22 18:40:13 +03:00

View File

@@ -603,7 +603,7 @@ public class JobJavaScriptOSGIForESBManager extends JobJavaScriptsManager {
// TESB-24998 Add context bean in blueprint
endpointInfo.put("useContextBean", true); //$NON-NLS-1$
endpointInfo.put("defaultContext", processItem.getProcess().getDefaultContext()); //$NON-NLS-1$
} else if (!endpointUri.contains("://") && !endpointUri.startsWith("/")) { //$NON-NLS-1$ //$NON-NLS-2$
} else if (!endpointUri.isEmpty() && !endpointUri.contains("://") && !endpointUri.startsWith("/")) { //$NON-NLS-1$ //$NON-NLS-2$
endpointUri = '/' + endpointUri;
}