spring-framework/spring-framework-reference
Chris Beams 05bcc4028d 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.
2010-09-13 20:23:26 +00:00
..
css/html added some styling and color coded syntax highlighting to beans chapter 2009-04-07 16:54:36 +00:00
images added info about the new web-struts module 2009-11-12 19:11:46 +00:00
src Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 2010-09-13 20:23:26 +00:00
styles html multi-page doc now only generates files per chapter consistent with Spring 2.5 2009-12-15 00:18:46 +00:00
.project Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. 2009-04-30 00:59:09 +00:00
build.xml Added the Spring Framework reference documentation 2009-03-18 20:00:49 +00:00
ivy.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00