[java-opensaml] branch master updated: Remove duplicate injection of custom object.

Scott Cantor cantor.2 at osu.edu
Thu May 4 21:35:07 EDT 2017


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

scantor pushed a commit to branch master
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/master by this push:
       new  6e767fe   Remove duplicate injection of custom object.
6e767fe is described below

commit 6e767fe8037723912540b72c75bf05d9e119c6ff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 4 21:35:04 2017 -0400

    Remove duplicate injection of custom object.
---
 .../saml/metadata/resolver/filter/impl/ScriptedTrustedNamesFunction.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/ScriptedTrustedNamesFunction.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/ScriptedTrustedNamesFunction.java
index 65e0ea9..160e1a0 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/ScriptedTrustedNamesFunction.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/filter/impl/ScriptedTrustedNamesFunction.java
@@ -80,7 +80,6 @@ public class ScriptedTrustedNamesFunction extends AbstractScriptEvaluator implem
     
     /** {@inheritDoc} */
     protected void prepareContext(@Nonnull final ScriptContext scriptContext, @Nullable final Object... input) {
-        scriptContext.setAttribute("custom", getCustomObject(), ScriptContext.ENGINE_SCOPE);
         scriptContext.setAttribute("profileContext", input[0], ScriptContext.ENGINE_SCOPE);
     }
 

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


More information about the commits mailing list