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

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 3 10:12:29 EST 2015


Author: iay
Date: Tue Feb  3 10:12:28 2015
New Revision: 7312

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7312&view=rev
Log:
Add MDQ specification reference. Fix a couple of typos.

Modified:
    trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd

Modified: trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd?rev=7312&r1=7311&r2=7312&view=diff
==============================================================================
--- trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd (original)
+++ trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd Tue Feb  3 10:12:28 2015
@@ -338,7 +338,10 @@
                             <documentation>
                                 Constructs a metadata request URL based on the requirements of the Metadata Query Protocol.
                                 The content of this element will be used as the "Base URL" as defined in that specification.
-                                (TODO - reference to specification).
+                                
+                                Base protocol: https://datatracker.ietf.org/doc/draft-young-md-query/
+                                
+                                SAML profile: http://datatracker.ietf.org/doc/draft-young-md-query-saml/
                             </documentation>
                         </annotation>
                         <complexType>
@@ -369,7 +372,7 @@
                 <attribute name="httpClientRef" type="string">
                     <annotation>
                         <documentation>
-                            The reference to an externally defined Spring bean which specifies an
+                            A reference to an externally defined Spring bean which specifies an
                             org.apache.http.client.HttpClient object.
                             
                             This attribute conflicts with and overrides the other HttpClient-related properties: 
@@ -398,7 +401,7 @@
                 <attribute name="requestTimeout" type="string">
                     <annotation>
                         <documentation>
-                            The maximum length of time to wait for the remote server to response.
+                            The maximum length of time to wait for the remote server to respond.
                             Timeout is expressed in ISO8601 duration notation.
                         </documentation>
                     </annotation>



More information about the commits mailing list