wearefrank/ladybug

Strange checkpoints at the end of IbisLocalSender execution

mhdirkse opened this issue · 2 comments

This issue was found by examining a report in the debug tree that contains an IbisLocalSender.

image

There are a few checkpoints that I do not trust:

  • SessionKey exitCode: 0 - I would expect a HTTP code like 200, because that is what you provide in the element.
  • SessionKey exitState contains some HTML as value. I would expect "SUCCESS", like the state in an element.
  • success: This should be a value, not the name of a checkpoint.
  • forwardName: 0 - I do not think there is a forward named "0".
  • errorMessage: exitState=SUCCESS - Looks strange to me.

Superseeded by FF! issue frankframework/frankframework#7260.