spring-framework/spring-webmvc/src/test/resources
Brian Clozel 7b93cefe64 Fix resource-chain XML syntax for cache
This change moves the resource-cache configuration to the
<resource-chain/> tag, since enabling/disabling resource cache should
be driven by a property or a SpEL expression.

So now that configuration can be set with XML attributes:

  <mvc:resource-chain resource-cache="true"
  cache-manager="resourceCache" cache-name="test-resource-cache">

In order to mirror the JavaConfig behavior, the "resource-cache"
attribute is required.

Issue: SPR-12129
2014-09-04 10:05:33 +02:00
..
org/springframework Fix resource-chain XML syntax for cache 2014-09-04 10:05:33 +02:00
jasperreports.properties Fix JasperReport tests to ignore missing fonts 2013-04-13 12:47:54 -07:00
log4j.properties Harmonize log configuration 2014-03-20 09:43:29 -07:00