Chris Beams 23e58aa718 Preserve programmatically set context config locations
Prior to this fix, ContextLoader(Listener)'s would overwrite any
value set directly against a WebApplicationContext's #setConfigLocation
method. This is a likely scenario when using Spring 3.1's new
WebApplicationInitializer support.

Now a check is performed to ensure that the ContextLoader init-param
value is non-null before doing the overwriting.

Added tests to ensure that all expected precedence, overwriting and
defaulting of context config locations works as expected.

Issue: SPR-8510
2011-12-12 14:42:24 +00:00
2011-11-28 18:38:26 +00:00
2011-12-11 23:07:07 +00:00
2011-12-11 22:07:12 +00:00
S
Description
Automated archival mirror of github.com/spring-projects/spring-framework
422 MiB
Languages
Java 97.6%
Kotlin 2.3%