Skip to content

Commit

Permalink
Remove: OutSequence from the velocity template
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Sep 12, 2024
1 parent c28d757 commit b3a7405
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ $in_sequences.get("$resource.getUriTemplate()").get($uri)
#end
</inSequence>
<outSequence>
#if( $isSoapToRestMode )
#if( $isSoapToRestMode && $endpoint_config.get("endpoint_type") == 'custom_backend' )
#foreach( $uri in $out_sequences.get("$resource.getUriTemplate()").keySet() )
$out_sequences.get("$resource.getUriTemplate()").get($uri)
#end
Expand All @@ -354,6 +354,7 @@ $out_sequences.get("$resource.getUriTemplate()").get($uri)
#if( $responseCacheEnabled )
<cache scope="per-host" collector="true"/>
#end
if( $endpoint_config.get("endpoint_type") == 'custom_backend' )
<filter source="$ctx:AM_KEY_TYPE" regex="$filterRegex">
<then>
#if($endpointSecurityProd.clientId && ($endpointSecurityProd.type == "oauth" || $endpointSecurityProd.type == "OAUTH"))
Expand All @@ -366,7 +367,7 @@ $out_sequences.get("$resource.getUriTemplate()").get($uri)
#end
</else>
</filter>

#end
<send/>
</outSequence>
</resource>
Expand Down

0 comments on commit b3a7405

Please sign in to comment.