[java-identity-provider] branch main updated: Add a note about not mutating anything in the custom view bean.

Scott Cantor cantor.2 at osu.edu
Wed May 25 15:41:59 UTC 2022


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=5baf59272aa0f4d6fe603a989772ec64d99c0578

The following commit(s) were added to refs/heads/main by this push:
     new 5baf59272 Add a note about not mutating anything in the custom view bean.
5baf59272 is described below

commit 5baf59272aa0f4d6fe603a989772ec64d99c0578
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 25 11:41:56 2022 -0400

    Add a note about not mutating anything in the custom view bean.
---
 idp-conf/src/main/resources/conf/global.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf/src/main/resources/conf/global.xml b/idp-conf/src/main/resources/conf/global.xml
index c485f3f65..8b61a6459 100644
--- a/idp-conf/src/main/resources/conf/global.xml
+++ b/idp-conf/src/main/resources/conf/global.xml
@@ -41,6 +41,9 @@
     
     The example below defines the bean as a map, which allows you to inject multiple objects under
     named keys to expand the feature to support multiple injected objects.
+    
+    You MUST NOT change the bean(s) referenced in this way, they should be treated as read-only from
+    wthin views.
     -->
     
     <!--

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


More information about the commits mailing list