Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@790 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
40952ccbba
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/webapp/WEB-INF/spring/webmvc.xml

+ 5 - 0
src/main/webapp/WEB-INF/spring/webmvc.xml

@@ -13,6 +13,11 @@
                         <value>application/json;charset=UTF-8</value>
                     </list>
                 </property>
+                <property name="features">
+                	<list>
+                		<value>DisableCircularReferenceDetect</value>
+                	</list>
+                </property>
             </bean>
         </mvc:message-converters>
     </mvc:annotation-driven>