DEVPLAT-71: Set <disable-resource-caching> to false for AIO and Share AMP

This commit is contained in:
Martin Bergljung 2015-05-18 11:33:26 +01:00
parent 8b48a63e0a
commit 3a9f08620a
2 changed files with 10 additions and 2 deletions

View File

@ -9,11 +9,15 @@
</autowire> </autowire>
<!-- <!--
We don't need to do this when we have the new refresh mojos in the Alfresco plug-in.
If resource caching has been disabled then all the dependency caches will be cleared If resource caching has been disabled then all the dependency caches will be cleared
before processing the Aikau jsonModel request... before processing the Aikau jsonModel request...
(i.e. this.dojoDependencyHandler.clearCaches() ) (i.e. this.dojoDependencyHandler.clearCaches() )
For more information see the Aikau source code: https://github.com/Alfresco/Aikau
--> -->
<disable-resource-caching>true</disable-resource-caching> <disable-resource-caching>false</disable-resource-caching>
</web-framework> </web-framework>
</config> </config>

View File

@ -9,11 +9,15 @@
</autowire> </autowire>
<!-- <!--
We don't need to do this when we have the new refresh mojos in the Alfresco plug-in.
If resource caching has been disabled then all the dependency caches will be cleared If resource caching has been disabled then all the dependency caches will be cleared
before processing the Aikau jsonModel request... before processing the Aikau jsonModel request...
(i.e. this.dojoDependencyHandler.clearCaches() ) (i.e. this.dojoDependencyHandler.clearCaches() )
For more information see the Aikau source code: https://github.com/Alfresco/Aikau
--> -->
<disable-resource-caching>true</disable-resource-caching> <disable-resource-caching>false</disable-resource-caching>
</web-framework> </web-framework>
</config> </config>