[java-identity-provider COMMIT] /trunk/idp-war/src/main/webapp/WEB-INF/web.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue May 27 11:12:45 EDT 2014


Author: scantor
Date: Tue May 27 11:12:45 2014
New Revision: 5966

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5966&view=rev
Log:
Remove old context parameter for cookie domain.

Modified:
    trunk/idp-war/src/main/webapp/WEB-INF/web.xml

Modified: trunk/idp-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/src/main/webapp/WEB-INF/web.xml?rev=5966&r1=5965&r2=5966&view=diff
==============================================================================
--- trunk/idp-war/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/idp-war/src/main/webapp/WEB-INF/web.xml Tue May 27 11:12:45 2014
@@ -5,10 +5,6 @@
     <!-- TODO Quite incomplete work-in-progress. -->
  
     <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. -->
-    <!-- <context-param> <param-name>cookieDomain</param-name> <param-value>example.org</param-value> </context-param> -->
 
     <!-- Spring application context files. Files are loaded in the order they appear with subsequent files overwriting 
         same named beans in previous files. -->



More information about the commits mailing list