From c31f245dc9931a41102ebdb3debec68a2d893bad Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 18 Jan 2010 15:52:52 +0000 Subject: [PATCH] added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property --- .../springframework/web/context/WEB-INF/applicationContext.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml b/org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml index 105055c2d68..3a59552ded2 100644 --- a/org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml +++ b/org.springframework.web.servlet/src/test/java/org/springframework/web/context/WEB-INF/applicationContext.xml @@ -67,6 +67,7 @@ classpath:/org/springframework/web/context/WEB-INF/myplace*.properties classpath:/org/springframework/web/context/WEB-INF/myover*.properties + ${myDir}/myover*.properties