[java-identity-provider COMMIT] /trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/im...

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 27 05:12:49 EST 2014


Author: rdw
Date: Thu Feb 27 05:12:49 2014
New Revision: 5488

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5488&view=rev
Log:
JSPT-43 Now that we don't do setID we need to clear the logPath cache during initialize.

Modified:
    trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/matcher/ScriptedMatcher.java

Modified: trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/matcher/ScriptedMatcher.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/matcher/ScriptedMatcher.java?rev=5488&r1=5487&r2=5488&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/matcher/ScriptedMatcher.java (original)
+++ trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/impl/matcher/ScriptedMatcher.java Thu Feb 27 05:12:49 2014
@@ -141,6 +141,8 @@
     /** {@inheritDoc} */
     @Override protected void doInitialize() throws ComponentInitializationException {
         super.doInitialize();
+        // Clear name cache  now name is definitive
+        logPrefix = null;
 
         if (null == script) {
             // never met so long as we have the assert in the constructor



More information about the commits mailing list