Skip to content

Commit

Permalink
refactor: replace FixedResultPipe with EchoPipe due to deprecated Fix…
Browse files Browse the repository at this point in the history
…edResultPipe functionality (#449)

Co-authored-by: MLenterman <[email protected]>
  • Loading branch information
DelanoWAF and MLenterman authored Oct 23, 2024
1 parent bae3359 commit 9c9a2f0
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,12 @@
</Base64Pipe>

<!-- Fixed value is "{sessionKey:ref_inhoud}" encoded to base64, so that it remains valid base64 for validation -->
<ReplacerPipe
name="ReplaceInhoudRefWithBase64EncodedRef"
storeResultInSessionKey="SafeOriginalMessage"
find="{sessionKey:ref_inhoud}"
replace="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
>
<EchoPipe
name="ReplaceInhoudRefWithBase64EncodedRef"
getInputFromFixedValue="e3Nlc3Npb25LZXk6cmVmX2luaG91ZH0="
>
<Forward name="success" path="EXIT" />
</ReplacerPipe>
</EchoPipe>
</Pipeline>
</Adapter>
</Module>

0 comments on commit 9c9a2f0

Please sign in to comment.