Fixes lookup of default configuration values for nested paths (#2322) The lookup of default configuration values with multiple path segments failed with a class cast exception because the full path was treated as a new configuration section instead of only the root. (commit: 6b7046c)