From 75cb4011d04682144ed70a0a338b146c941e94dd Mon Sep 17 00:00:00 2001 From: Martin Rojas Miguel Angel Date: Tue, 12 Jun 2018 13:57:08 +0200 Subject: [PATCH] TSK-540 cache static folder --- .../src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rest/taskana-rest-spring-example/src/main/resources/application.properties b/rest/taskana-rest-spring-example/src/main/resources/application.properties index 6bfc09c4a..e8988d50c 100644 --- a/rest/taskana-rest-spring-example/src/main/resources/application.properties +++ b/rest/taskana-rest-spring-example/src/main/resources/application.properties @@ -26,3 +26,5 @@ taskana.ldap.groupSearchFilterValue=groupOfUniqueNames taskana.ldap.groupNameAttribute=cn taskana.ldap.minSearchForLength=3 taskana.ldap.maxNumberOfReturnedAccessIds=50 +####### cache static resources properties +spring.resources.cache.cachecontrol.cache-private=true \ No newline at end of file