Strange checkpoints at the end of IbisLocalSender execution
mhdirkse opened this issue · 2 comments
mhdirkse commented
This issue was found by examining a report in the debug tree that contains an IbisLocalSender.
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.
mhdirkse commented
This issue replaces wearefrank/ladybug-frontend#469.
mhdirkse commented
Superseeded by FF! issue frankframework/frankframework#7260.