Commit 24f29a65 authored by Brian Clozel's avatar Brian Clozel

Polish

See gh-24099
parent 78fb3ccc
...@@ -195,6 +195,12 @@ public class ResourceProperties extends Resources { ...@@ -195,6 +195,12 @@ public class ResourceProperties extends Resources {
return this.cachecontrol; return this.cachecontrol;
} }
@Override
@DeprecatedConfigurationProperty(replacement = "spring.web.resources.cache.use-last-modified")
public boolean isUseLastModified() {
return super.isUseLastModified();
}
/** /**
* Cache Control HTTP header configuration. * Cache Control HTTP header configuration.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment