spring-framework/org.springframework.core
Chris Beams 781e1fec1b Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547)
When using PropertiesLoaderSupport implementations (principally
PropertyPlaceholderConfigurer), an assumption was made that any
Resource representing a set of properties must be file-based.  SPR-7547
exposed the fact that if a non-file-based Resource implementation such
as ByteArrayResource were passed in, an IllegalStateException would be thrown
from the AbstractResource base class' implementation of getFilename().

This is now patched, and PropertiesLoaderSupport implementations treat
Resource implementations equally, regardless of file-orientation.

See also SPR-7552.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3680 50f2f4bb-b051-0410-bef5-90022cba6387
2010-09-13 20:23:26 +00:00
..
.settings
src Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 2010-09-13 20:23:26 +00:00
.classpath SPR-7197 2010-05-14 19:34:36 +00:00
.project
build.xml Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it. 2010-05-14 16:07:39 +00:00
core.iml polishing 2009-12-01 02:45:12 +00:00
ivy.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00
pom.xml Prepping for 3.0.5 2010-08-19 11:04:04 +00:00
template.mf SPR-7197 2010-05-15 09:22:56 +00:00