Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <component name="RequestControllerService.defaultContrib.override">
  3. <require>org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService.defaultContrib</require>
  4.  
  5. <!-- disable changes introduced by NXP-18651 -->
  6. <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
  7. point="responseHeaders">
  8. <header name="Cache-Control" enabled="false">no-cache</header>
  9. <header name="Pragma" enabled="false">no-cache</header>
  10. </extension>
  11.  
  12. <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
  13. point="filterConfig">
  14.  
  15. <filterConfig name="richfaces-static" cached="true" private="false" transactional="false" synchonize="false" cacheTime="3600">
  16. <pattern>${org.nuxeo.ecm.contextPath}/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/.*</pattern>
  17. </filterConfig>
  18.  
  19. <filterConfig name="jsf-static" cached="true" private="false" transactional="false" synchonize="false" cacheTime="3600">
  20. <pattern>${org.nuxeo.ecm.contextPath}/javax.faces.resource/.*</pattern>
  21. </filterConfig>
  22.  
  23. <filterConfig name="wro" cached="true" private="false" transactional="false" synchonize="false" cacheTime="3600">
  24. <pattern>${org.nuxeo.ecm.contextPath}/wro/api/v1/resource/.*</pattern>
  25. </filterConfig>
  26.  
  27. <filterConfig name="thumbs" cached="true" private="true" transactional="false" synchonize="false" cacheTime="3600">
  28. <pattern>${org.nuxeo.ecm.contextPath}/nxthumb/.*</pattern>
  29. </filterConfig>
  30.  
  31. </extension>
  32.  
  33. </component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement