ACS-2587 Include directAccessUrl in T-Config if supported (#539)

The t-config returned by the T-Router & T-Engines should include directAccessUrl as an optional transform option when the T-engine supports it.

[trigger release] 2.5.7-A4
This commit is contained in:
Alan Davis
2022-02-23 23:51:10 +00:00
committed by GitHub
parent 6b1f5b68c2
commit 61c1f802ef
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class AIOTransformRegistry extends AbstractTransformRegistry
// Load config for the transformer
String location = getTransformConfigLocation(tEngine);
TransformConfig transformConfig = loadTransformConfig(location);
setCoreVersionOnSingleStepTransformers(transformConfig.getTransformers(), coreVersion);
setCoreVersionOnSingleStepTransformers(transformConfig, coreVersion);
String transformerId = tEngine.getTransformerId();
combinedTransformConfig.addTransformConfig(transformConfig, location, transformerId, this);