[java-identity-provider] branch main updated: IDP-1890 - Property resolution not working during stale request error

Scott Cantor cantor.2 at osu.edu
Mon Dec 20 14:01:52 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6fc6461ee35e49d0752459687b705a2941c58bb4

The following commit(s) were added to refs/heads/main by this push:
     new 6fc6461ee IDP-1890 - Property resolution not working during stale request error
6fc6461ee is described below

commit 6fc6461ee35e49d0752459687b705a2941c58bb4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 20 09:01:48 2021 -0500

    IDP-1890 - Property resolution not working during stale request error
    
    https://shibboleth.atlassian.net/browse/IDP-1890
---
 idp-conf/src/main/resources/views/error.vm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/views/error.vm b/idp-conf/src/main/resources/views/error.vm
index a44bd6fea..723eda862 100644
--- a/idp-conf/src/main/resources/views/error.vm
+++ b/idp-conf/src/main/resources/views/error.vm
@@ -1,7 +1,10 @@
 ##
 ## Velocity Template for error end-state
 ##
-## Velocity context will contain the following properties
+## Velocity context will contain the following variables during controlled errors.
+## Some error paths involve runtime exceptions handled outside Spring Web Flow by the
+## MVC layer and will not generally populate most of these variables.
+##
 ## flowRequestContext - the Spring Web Flow RequestContext
 ## profileRequestContext - root of context tree
 ## encoder - HTMLEncoder class

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list