[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyin...

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 3 12:35:40 EDT 2014


Author: rdw
Date: Fri Oct  3 12:35:40 2014
New Revision: 6623

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6623&view=rev
Log:
IDP-475 We do *not* need to set the timeout.  It was a distrubance in the force

Modified:
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/httpClient.xml

Modified: trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/httpClient.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/httpClient.xml?rev=6623&r1=6622&r2=6623&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/httpClient.xml (original)
+++ trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/httpClient.xml Fri Oct  3 12:35:40 2014
@@ -11,7 +11,6 @@
 
 	<bean id="apacheClient"
 		class="net.shibboleth.idp.profile.spring.relyingparty.metadata.HttpClientFactoryBean"
-		p:userAgent="disguised/1.0.0 hidden/3.4.5"
-		p:connectionTimeout="5000" />
+		p:userAgent="disguised/1.0.0 hidden/3.4.5" />
 
 </beans>



More information about the commits mailing list