Assert static resource location

Closes gh-33712
This commit is contained in:
rstoyanchev
2024-10-15 19:15:43 +01:00
parent f204f4962d
commit 789d7effa9
10 changed files with 92 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="properties">
<value>location=file:///tmp</value>
<value>location=file:///tmp/</value>
</property>
</bean>