cloudfoundry / java-buildpack-auto-reconfiguration

Auto-reconfiguration functionality for the Java Buildpack
Apache License 2.0
219 stars 103 forks source link

Play auto-reconfiguration missing conf files #41

Closed cgfrost closed 10 years ago

cgfrost commented 10 years ago

When Auto-reconfiguration runs on a Play application it should not fail when parsing the configuration and another configuration file is included but does not exist. This commit makes this change and updates the corresponding test.

[#78905842]