mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
67661693fe
Attempt to access and modify the system environment works on OS X / Linux but not under Windows. Does not represent any real failure for production code - the need to modify the system environment is a testing concern only, and one we can probably live without, considering the losing battle necessary to make such a hack cross-platform. Issue: SPR-8245