"file-encoding" attribute value is being applied correctly (SPR-8024)

This commit is contained in:
Juergen Hoeller
2011-12-22 03:14:02 +01:00
committed by Chris Beams
parent 4b138e0e50
commit e0252ad0b1
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
<context:property-placeholder
location="classpath*:/org/springframework/context/config/test-*.properties,classpath*:/org/springframework/context/config/empty-*.properties,classpath*:/org/springframework/context/config/missing-*.properties" />
location="classpath*:/org/springframework/context/config/test-*.properties,classpath*:/org/springframework/context/config/empty-*.properties,classpath*:/org/springframework/context/config/missing-*.properties"
file-encoding="ISO-8859-1"/>
<bean id="foo" class="java.lang.String">
<constructor-arg value="${foo}" />