IDP 4.3.1 login.vm view - error messages?
Cantor, Scott
cantor.2 at osu.edu
Tue Apr 11 14:53:30 UTC 2023
> Do you have any hint's how I could get back the behaviour from 4.2.1 and
> before where we only get an error message after a failed password login
> attempt and that one is the custom one thrown from our JAAS code like: throw
> new FailedLoginException(ourErrorMessage)?
No, that would take member support sorts of effort to dig into, I cannot do that for free.
What I can say is that the point of the fix was that before when an event got signaled that didn't have a mapping to a classified error, it just got dropped on the floor, but now if nothing has been captured it stores off the signalled event ID as the classified error. Your template is probably seeing that classified error event and reporting it, and that's what it is designed to do out of the box. If you don't want it to do that, you need to handle that event specially in the view.
What it actually displays hasn't changed, that depends on the event string being tied to a message key in the message file(s).
-- Scott
More information about the users
mailing list