intercept flow leads to java.lang.StackOverflowError
Scott Koranda
skoranda at gmail.com
Fri Jan 15 10:04:30 EST 2016
> For clarification, are you building your own flow for just
> educational/future purposes or some other reason (maybe you
> need multiple different conditions in different cases and
> don't want to bundle it all into one big Spring wiring
> mess)?
It is a combination of educating myself and a step in building
a more involved intercept (the real goal).
> Just asking because that's basically what the context-check
> flow I included does.
Understood. Thanks.
>
> >The simple flow is
> >
> ><decision-state id="MyTest"> <if
> >test="MyTest.apply(opensamlProfileRequestContext)"
> >then="MyEvent" else="proceed" /> </decision-state>
> >
> ><action-state id="MyEvent"> <evaluate
> >expression="'MyEvent'"/> </action-state>
>
> No, that's recursive (the evaluate expression is telling it
> to repeat that same action-state).
>
Blarf. Yes of course. More coffee.
Sorry for the noise,
Scott K
More information about the dev
mailing list