Clarify getInputFromSessionKey missing-key exception #11377 by AzazelSensei · Pull Request #11543 · frankframework/frankframework · GitHub
Skip to content

Clarify getInputFromSessionKey missing-key exception #11377 - #11543

Open
AzazelSensei wants to merge 1 commit into
frankframework:masterfrom
AzazelSensei:docs-11377-getinputfromsessionkey
Open

Clarify getInputFromSessionKey missing-key exception #11377#11543
AzazelSensei wants to merge 1 commit into
frankframework:masterfrom
AzazelSensei:docs-11377-getinputfromsessionkey

Conversation

@AzazelSensei

Copy link
Copy Markdown
Contributor

The Frank!Doc for getInputFromSessionKey said a missing session key only threw when the pipe was not a FixedForwardPipe. That reads like a class-name special case.

InputOutputPipeProcessor.getInputFrom throws for any pipe when the key is missing and there is no defaultValue. I rephrased the Javadoc to match that.

Fixes #11377

Frank!Doc made it sound like only FixedForwardPipe threw. Missing
session key with no defaultValue always throws.

Fixes frankframework#11377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

then pipe that is not a org.frankframework.pipes.FixedForwardPipe" phrasing unclear

1 participant