You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, FileSystemResource doesn't extend AbstractFileResolvingResource. So if an xml-formatted properties file is loaded as a FileSystemResource, it will not be loaded properly.
I don't know if the right answer is to make FileSystemResource extend AbstractFileResolvingResource (which seems to make sense) or to change the "location instanceof AbstractFileResolvingResource" above to catch both cases -- AbstractFileResolvingResource or FileSystemResource.