Skip to content

Commit

Permalink
SYMMETRICDS-555
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 22, 2011
1 parent cf77e0b commit 0131e4c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,8 +30,8 @@
<property name="uriPattern" value="/pull/*" />
<property name="interceptors">
<list>
<ref bean="nodeConcurrencyInterceptor" />
<ref bean="authenticationInterceptor" />
<ref bean="nodeConcurrencyInterceptor" />
</list>
</property>
</bean>
Expand All @@ -43,8 +43,8 @@
<property name="uriPattern" value="/push/*" />
<property name="interceptors">
<list>
<ref bean="nodeConcurrencyInterceptor" />
<ref bean="authenticationInterceptor" />
<ref bean="nodeConcurrencyInterceptor" />
</list>
</property>
</bean>
Expand Down

0 comments on commit 0131e4c

Please sign in to comment.