Is it possible to inject a null or blank string as the default value that will be used in a spring file if the property is not specified? Currently the best I have is
<constructor-arg index="1" value="@{data.url:""}"/>
which resolves to ""
in code