[java-shib-idp2 COMMIT] /branches/REL_2/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 11 16:58:31 EST 2012


Author: scantor
Date: Tue Dec 11 16:58:31 2012
New Revision: 3126

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3126&view=rev
Log:
Fix typo.

Modified:
    branches/REL_2/src/main/webapp/WEB-INF/web.xml

Modified: branches/REL_2/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/WEB-INF/web.xml?rev=3126&r1=3125&r2=3126&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/WEB-INF/web.xml (original)
+++ branches/REL_2/src/main/webapp/WEB-INF/web.xml Tue Dec 11 16:58:31 2012
@@ -3,8 +3,8 @@
 
     <display-name>Shibboleth Identity Provider</display-name>
 
-    <!-- Parameter that allows the domain of all cookies to be explicitly set. If not set the domain is let empty which means 
-        that the cookie will only ever be sent to the IdP host. -->
+    <!-- Parameter that allows the domain of all cookies to be explicitly set. If not set the domain is left empty
+        which means that the cookie will only ever be sent to the IdP host. -->
     <!-- <context-param> <param-name>cookieDomain</param-name> <param-value>example.org</param-value> </context-param> -->
 
     <!-- Spring 2.0 application context files. Files are loaded in the order they appear with subsequent files overwriting 



More information about the commits mailing list