[java-identity-provider COMMIT] /trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd

noreply at shibboleth.net noreply at shibboleth.net
Sat Jan 31 17:52:34 EST 2015


Author: scantor
Date: Sat Jan 31 17:52:34 2015
New Revision: 7299

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7299&view=rev
Log:
IDP-585 -Data connector caching not configured

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd?rev=7299&r1=7298&r2=7299&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd Sat Jan 31 17:52:34 2015
@@ -264,11 +264,9 @@
                 <attribute name="cacheResults" type="string">
                     <annotation>
                         <documentation>
-                            A boolean flag that determines whether to cache results. Results using a compound key
-                            consisting of the principal name for whom the information is being requested and the actual
-                            SQL query used.
+                            A boolean flag that determines whether to cache results.
                             
-                            This option is deprecated.
+                            This option is no longer supported, use the ResultCache element instead.
                         </documentation>
                     </annotation>
                 </attribute>
@@ -610,7 +608,8 @@
                         <documentation>
                             A boolean flag indicating that search results should be cached for the duration of a user's
                             session.
-                            Default value is false.
+
+                            This option is no longer supported, use the ResultCache element instead.
                         </documentation>
                     </annotation>
                 </attribute>



More information about the commits mailing list