Cert parsing issue

Marvin Addison marvin.addison at gmail.com
Tue Nov 18 10:39:09 EST 2014


>
> I know there are some exception handling features in WebFlow, we might
> want to try adding those.
>

I would strongly recommend that. I believe a global end-state transition is
a simple solution that fits with the existing error handling:

    <global-transitions>
        <transition on-exception="java.lang.RuntimeException"
to="HandleErrorWithView" />
    </global-transitions>

I did something like this in the CAS protocol flows and it worked well.

M <dev-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20141118/afce46db/attachment.html 


More information about the dev mailing list