[java-idp-testbed COMMIT] in /trunk/src/main/webapp/WEB-INF: idp/testbed.xml web.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun May 11 20:19:59 EDT 2014


Author: scantor
Date: Sun May 11 20:19:59 2014
New Revision: 221

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=221&view=rev
Log:
Populate security configuration and remove auto-wired credential.

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

Modified: trunk/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/web.xml?rev=221&r1=220&r2=221&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/web.xml (original)
+++ trunk/src/main/webapp/WEB-INF/web.xml Sun May 11 20:19:59 2014
@@ -73,7 +73,7 @@
         <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
         <init-param>
             <param-name>contextConfigLocation</param-name>
-            <param-value>file:///${idp.home}/system/conf/mvc-beans.xml file:///${idp.home}/system/conf/webflow-config.xml /WEB-INF/idp/testbed.xml</param-value>
+            <param-value>file:///${idp.home}/system/conf/mvc-beans.xml file:///${idp.home}/system/conf/webflow-config.xml</param-value>
         </init-param>
         <load-on-startup>1</load-on-startup>
     </servlet>



More information about the commits mailing list