Author: ilgrosso
Date: Thu May 30 12:52:44 2013
New Revision: 1487837
URL: http://svn.apache.org/r1487837
Log:
[SYNCOPE-376] Changing RestTemplate's spring scope to 'prototype'
Modified:
syncope/branches/1_1_X/console/src/main/resources/ (props changed)
syncope/branches/1_1_X/console/src/main/resources/applicationContext.xml
Propchange: syncope/branches/1_1_X/console/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu May 30 12:52:44 2013
@@ -0,0 +1 @@
+.applicationContext.xml.swp
Modified:
syncope/branches/1_1_X/console/src/main/resources/applicationContext.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/src/main/resources/applicationContext.xml?rev=1487837&r1=1487836&r2=1487837&view=diff
==============================================================================
--- syncope/branches/1_1_X/console/src/main/resources/applicationContext.xml
(original)
+++ syncope/branches/1_1_X/console/src/main/resources/applicationContext.xml
Thu May 30 12:52:44 2013
@@ -119,7 +119,7 @@ under the License.
<constructor-arg ref="httpClientParams"/>
</bean>
- <bean id="restTemplate" class="org.springframework.web.client.RestTemplate"
scope="session">
+ <bean id="restTemplate" class="org.springframework.web.client.RestTemplate"
scope="prototype">
<constructor-arg ref="httpClientFactory"/>
<property name="messageConverters">
<list>