[java-identity-provider COMMIT] /trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/ma...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 8 04:53:43 EDT 2015
Author: rdw
Date: Wed Apr 8 04:53:43 2015
New Revision: 7473
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7473&view=rev
Log:
IDP-685 Set the default value of onlyIfRequired to be true
Modified:
trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java
Modified: trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java?rev=7473&r1=7472&r2=7473&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java (original)
+++ trunk/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filter/matcher/saml/impl/AttributeInMetadataMatcher.java Wed Apr 8 04:53:43 2015
@@ -68,7 +68,7 @@
@Nonnull private final Logger log = LoggerFactory.getLogger(AttributeInMetadataMatcher.class);
/** Whether optionally requested attributes should be matched. */
- private boolean onlyIfRequired;
+ private boolean onlyIfRequired = true;
/** Whether to return a match if the metadata does not contain an ACS descriptor. */
private boolean matchIfMetadataSilent;
More information about the commits
mailing list