* workaround ehcache bug that causes it to crash on startup if there is an xml entity like & in the system property. Oddly enough this can be fixed by just not using the system property syntax
This commit is contained in:
parent
1163eb3f17
commit
417d1f6256
|
@ -3,7 +3,7 @@
|
|||
<!--
|
||||
Persistent disk store location
|
||||
-->
|
||||
<diskStore path="${ehcache.disk.store.dir}" />
|
||||
<diskStore path="ehcache.disk.store.dir" />
|
||||
|
||||
<!--
|
||||
Mandatory Default Cache configuration. These settings will be applied to caches
|
||||
|
|
Loading…
Reference in New Issue