[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: messages.properties metadata-providers.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 1 20:32:57 EDT 2014


Author: scantor
Date: Tue Jul  1 20:32:57 2014
New Revision: 6200

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6200&view=rev
Log:
Fix some nits.

Modified:
    trunk/idp-conf/src/main/resources/conf/messages.properties
    trunk/idp-conf/src/main/resources/conf/metadata-providers.xml

Modified: trunk/idp-conf/src/main/resources/conf/messages.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/messages.properties?rev=6200&r1=6199&r2=6200&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/messages.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/messages.properties Tue Jul  1 20:32:57 2014
@@ -44,7 +44,7 @@
 access.message = You do not have access to the requested resource.
 
 authn.title = Login Failed
-authn.message = User login was not successful, or could not meet the requirements of the requesting application.
+authn.message = User login was not successful or could not meet the requirements of the requesting application.
 
 endpoint.title = Unable to Respond
 endpoint.message = The login service was unable to identify a compatible way to respond to the requested \
@@ -60,10 +60,9 @@
 
 stale.title = Stale Request
 stale.message = <p>You may be seeing this page because you used the Back button while browsing a \
-                secure web site or application, causing the original request for login to be "replayed". \
-                Alternatively, you may have mistakenly bookmarked the web login form instead of the \
-                actal web site you wanted to bookmark, or used a link created by somebody else who \
-                made the same mistake.</p> \
+                secure web site or application. Alternatively, you may have mistakenly bookmarked \
+                the web login form instead of the actual web site you wanted to bookmark or used a \
+                link created by somebody else who made the same mistake.</p> \
                 <br/> \
                 <p>Left unchecked, this can cause errors on some browsers or result in you returning to \
                 the web site you tried to leave, so this page is presented instead.</p>

Modified: trunk/idp-conf/src/main/resources/conf/metadata-providers.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/metadata-providers.xml?rev=6200&r1=6199&r2=6200&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/metadata-providers.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/metadata-providers.xml Tue Jul  1 20:32:57 2014
@@ -8,19 +8,19 @@
                         urn:mace:shibboleth:2.0:resource http://shibboleth.net/schema/idp/shibboleth-resource.xsd 
                         urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd
                         urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd">
+                        
 	<!-- ========================================== -->
 	<!-- Metadata Configuration -->
 	<!-- ========================================== -->
-	<!-- MetadataProvider the combining other MetadataProviders -->
 
 
 	<!-- Example metadata provider. -->
-	<!-- Reads metadata from a URL and store a backup copy on the file system. -->
-	<!-- Validates the signature of the metadata and filters out all by SP entities 
-		in order to save memory -->
+    
 	<MetadataProvider id="URLMD" xsi:type="FilesystemMetadataProvider"
 		metadataFile="%{idp.home}/metadata/example-metadata.xml">
+        
 		<MetadataFilter xsi:type="ChainingFilter">
+            <!-- Validates the signature of the metadata and filters out all but SP roles to save memory -->
 			<MetadataFilter xsi:type="SignatureValidation"
 				requireSignedMetadata="false"> <!-- TODO -->
 				<PublicKey>
@@ -37,6 +37,7 @@
 				<RetainedRole>samlmd:SPSSODescriptor</RetainedRole>
 			</MetadataFilter>
 		</MetadataFilter>
+        
 	</MetadataProvider>
 
 </MetadataProvider>



More information about the commits mailing list