This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e1a6bb2d2e
spring-framework
/
spring-framework-reference
/
src
/
images
1 line
9 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-14 04:23:26 +08:00
../images