Author: sletellier Date: 2011-07-08 17:41:56 +0200 (Fri, 08 Jul 2011) New Revision: 117 Url: http://chorem.org/repositories/revision/vradi/117 Log: Optimize grid json result Modified: trunk/vradi-web/src/main/resources/struts.xml Modified: trunk/vradi-web/src/main/resources/struts.xml =================================================================== --- trunk/vradi-web/src/main/resources/struts.xml 2011-07-08 09:02:02 UTC (rev 116) +++ trunk/vradi-web/src/main/resources/struts.xml 2011-07-08 15:41:56 UTC (rev 117) @@ -28,6 +28,8 @@ <!--</result-type>--> <result-type name="tableModel-json" class="org.apache.struts2.json.JSONResult"> <param name="ignoreHierarchy">false</param> + <param name="enableGZIP">true</param> + <param name="noCache">true</param> <param name="excludeProperties">formPagedResult,vradiSession,user,proxy,dataService,config,session,text,safeText,actionErrors,actionMessages,errorMessages,errors,fieldErrors,locale,texts,textProvider,container</param> </result-type> <result-type name="wikitty-json" class="org.apache.struts2.json.JSONResult">
participants (1)
-
sletellier@users.chorem.org