Velocity code not rendering in error.vm
Cantor, Scott
cantor.2 at osu.edu
Tue Apr 11 12:32:40 EDT 2017
> At this point, nearly any error condition I get the IdP to throw is displaying the
> unrendered Velocity code. In particular, the stale request error definitely
> displays it.
That's because that's almost always an MVC error raised in response to a Spring Web Flow exception. It would never be populated there. You have to conditionally evaluate the variables, and if you really need whatever is being set there you'll have to get it in some other way.
-- Scott
More information about the users
mailing list